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
Make make_future and train_test_split pass the list of regressors to the generated datasets.
Motivation
In #327 we added parameter known_future in the constructor of TSDataset. However methods make_future and train_test_split don't use this parameter constructing the output.
Proposal
Pass self.regressors to the constructor in make_future here
Pass self.regressors to the constructor in train_test_split here and here
Create test for this cases
Test cases
Check that future part inherit the list of regressor from dataset after applying make_future
Check that train and test parts inherit the list of regressor from dataset after applying train_test_split
Alternatives
No response
Additional context
No response
Checklist
I discussed this issue with ETNA Team
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Make
make_future
andtrain_test_split
pass the list of regressors to the generated datasets.Motivation
In #327 we added parameter
known_future
in the constructor of TSDataset. However methodsmake_future
andtrain_test_split
don't use this parameter constructing the output.Proposal
make_future
heretrain_test_split
here and hereTest cases
make_future
train_test_split
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: