We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Now each transform knows that it can transform the column to regressor but does not contain the info directly. In this issue we need to change it.
New way of work with regressors.
Create empty mixin FutureMixin
FutureMixin
For each transform
output_column
None
transform.__repr__
Update tests for output_column names for all the transforms
No response
The text was updated successfully, but these errors were encountered:
_update_regressors
ProphetModel
SARIMAXModel
TSDatasets.__init__
alex-hse-repository
Successfully merging a pull request may close this issue.
🚀 Feature Request
Now each transform knows that it can transform the column to regressor but does not contain the info directly. In this issue we need to change it.
Motivation
New way of work with regressors.
Proposal
Create empty mixin
FutureMixin
For each transform
FutureMixin
to the list of ancestors, if the transform can convert non-regressor column to a regressor oneoutput_column
:output_column
isNone
, setoutput_column
astransform.__repr__
without any prefixesTest cases
Update tests for
output_column
names for all the transformsAlternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: