Can I use cross-learning with Chronos2 using the dataframe API? #384
Unanswered
sebassaras02
asked this question in
Q&A
Replies: 1 comment
-
|
Yes, you can pass this kwarg to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
I started to implement chronos2 in my forecasting activities. My question is more related to the fact if I can apply cross learning during the
predict_dfmethod.I really like the dataframe API 'cos it reduces the overhead of data wrangling and dates generation. From my POV, I've tried some experiment providing directly the argument of
predict_batches_jointlyin thepredict_dfmethod, and the results are different.Is this result fine? Can I use in this way? Should I use using as kwargs? Is only available cross-learning for the tensors method?
I will thank your answer.
Kind regards
Sebastian Sarasti
Beta Was this translation helpful? Give feedback.
All reactions