Differentiate regression and forecasting of time series
Offen
enhancement
- Vorherrschende Sprache
- Python
- Sterne
- 850
- Forks
- 96
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, regression models (i,e. LinearRegressor) and forecasting models (I,e, ARIMARegressor) are categorized within regressor estimators,
I think the time series forecasting model should have its own estimator category because the forecasting models should not be used interchangeably with time series and normal data. This is why the sktime also differentiates between forecasting and regression models.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.