Rajmehta123
Rajmehta123
I agree. The 3rd point seems to be interesting. But, we cant expect the model to fine-tune in real-time. Do you mean to transfer learning? Transfer the weights of the...
@danielkornev @IgnatovFedor Any help would be appreciated. Thanks :)
I have a hacky solution. Not sure if it is robust enough but I tested with multiple prediction windows and the training went well. You are unsqueezing the features, and...
Hey Jules, I changed the dataset loader frame function to following. ``` def frame_series(self, X, y=None): """ Function used to prepare the data for time series prediction :param X: set...
Agreed. This is an important parameter in order to avoid filtering the high price stocks.
Please create the PR for the commit. The commit fixed the problem for me as well.
I did a lot of research and the source of the problem is from the function 'plot_drawdown_periods', Line number 403 in plotting.py in pyfolio. Specifically the line that is calculating...
Found the fix. Don't process if the peak or recovery are NaT values. Change the for loop to the following. This is not a fix but just to suppress drawdowns...
Any updates on model head addition for inference? The output for LayoutLMV2 is not in line with the input for RE. Can these 2 heads be combined for RE task?
I did a lot of research and the source of the problem is from the function 'plot_drawdown_periods', Line number 403 in plotting.py in pyfolio. Specifically the line that is calculating...