Replies: 1 comment 2 replies
-
Hey! Sorry but what's the question? I'm asking this in a tongue in cheek manner because this is a complex topic. Do you want to see in what order the data is processed by the model? Under the hood, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the
progressive_val_score
function to evaluate the predictions X minutes ahead in my dataset. This function manages this issue by using thedelay
andmoment
parameters. I'm not sure about the results I am obtaining. My features and labels are not shifted, so I expected the function to do that, by managing which features at time t should be trained with the corresponding label, etc.I would like to see how I can do that manually or traditionally without using the function. For example in the Bike-sharing forecasting toy example.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions