Replies: 2 comments 1 reply
-
hey @tibeler. thanks for letting us know about this issue. could you please try adding |
Beta Was this translation helpful? Give feedback.
1 reply
-
i am sorry ,now it appears to have another problem. when i use nf.cross_validation(df, n_window = 4,step_size = horizon), it turns out to be : TypeError: TimeSeriesDataModule.init() got an unexpected keyword argument 'n_window'. thank you ! |
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
-
Cell In[21], line 1
y_cross = nf.cross_validation(df = df,test_size = 19,refit = False)
File ~\anaconda3\lib\site-packages\neuralforecast\core.py:1000 in cross_validation
raise Exception("you must define
n_windows
ortest_size
but not both")Exception: you must define
n_windows
ortest_size
but not bothBeta Was this translation helpful? Give feedback.
All reactions