noobmaster29

Results 6 issues of noobmaster29

## Problem Description I'm having issues with the returns being calculated. When I run a longer window, more current returns suddenly jump 200% in one day. As seen below in...

I'm running the reports.plot with mode="full" and the top and bottom rows of the monthly returns chart is getting clipped (please see the attached screenshot). I was wondering if there...

I've trained the model for 50 total episodes. However, when I run the last code cell, the action is always the same. I've printed Qs and the action, and the...

Hello, I just installed conx and my tensorflow version is 2.4.0. When I try to import conx with import conx as cx, I get the follow error message. --------------------------------------------------------------------------- ImportError...

I'm trying to run the 4-bit LLM Quantization with GPTQ notebook with my own fine-tuned Llama2 7b model. However, it is getting stuck at the tokenizer step: tokenized_data = tokenizer("\n\n".join(data['text']),...

Im currently using trading_calendars with zipline. When I run my backtest, I'm currently getting a HistoryWindowStartsBeforeData error. I'm starting the backtesting on January 02, 1968. However, it returns: HistoryWindowStartsBeforeData: History...