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
We have an inconsistent state after TSDataset.train_test_split if there were any transforms applied to dataset. Inconsistency is observed between columns and regressors.
🐛 Bug Report
We have an inconsistent state after
TSDataset.train_test_split
if there were any transforms applied to dataset. Inconsistency is observed between columns and regressors.Expected behavior
Regressors are subset of columns.
How To Reproduce
Code:
Result:
Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: