-
Hi everyone, I noticed that FLAML will incorporate the training data with the latest test set for the next fold during the CV of time-splitted data. Is there any setting I can fix the training size, i.e. adjust the training set start time when incorporate the new test set? It is the same behaviour of the max_train_size attribute in TimeSeriesSplit of sklearn. Thanks for any suggestions. |
Beta Was this translation helpful? Give feedback.
Answered by
sonichi
Nov 2, 2023
Replies: 1 comment 2 replies
-
You can pass a customized splitter to |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ffernest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass a customized splitter to
split_type