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
In #326 we are going to add some knowledge about ability to convert data to regressors to transforms. In this issue we are need to update TSDataset.transform method according new rules.
🚀 Feature Request
In #326 we are going to add some knowledge about ability to convert data to regressors to transforms. In this issue we are need to update
TSDataset.transform
method according new rules.Motivation
New way of work with regressors.
Proposal
_update_regressors
methodtransform
loop for each transform check:FutureMixin
or it'sin_column
is inself._regressors
, add itsoutput_column
toself._regressors
Note that once added to
self._regressors
column cannot be moved out there.Test cases
Update existing cases with new logic
Alternatives
No response
Additional context
is blocked by #389 #385
Checklist
The text was updated successfully, but these errors were encountered: