You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. When I create TSForecaster for time-series data and pass splits (array containing 2 arrays: first array with train indexes and second array with validation indexes), does TSForecaster shuffle data? In the docs it says: "splits: lists of indices used to split data between train and validation. Default=None. If no splits are passed, data will be split 100:0 between train and test without shuffling." So am kind of confused whether it shuffles time-series data when I pass splits (it shouldn't).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. When I create TSForecaster for time-series data and pass splits (array containing 2 arrays: first array with train indexes and second array with validation indexes), does TSForecaster shuffle data? In the docs it says: "splits: lists of indices used to split data between train and validation. Default=None. If no splits are passed, data will be split 100:0 between train and test without shuffling." So am kind of confused whether it shuffles time-series data when I pass splits (it shouldn't).
Beta Was this translation helpful? Give feedback.
All reactions