etna-team / etna

ETNA – Time-Series Library
https://docs.etna.ai
Apache License 2.0
142 stars 7 forks source link

[DOCS] Apply `WindowStatisticsTransform` to regressors #473

Closed egoriyaa closed 2 months ago

egoriyaa commented 2 months ago

📖 Documentation improvement

We need to clarify that transforms inherited from WindowStatisticsTransform in most cases should be applied to regressor columns.

For example "This transform, applied to non-regressor column, generates non-regressor column. Apply it to regressor columns to get regressor columns too. In majority of cases you need to generate regressor to use them in the future. For example, apply this transform to target lags, not to target directly."

May be add warning in constructor if transform is applied to non-regressor columns.

Additional context

No response