Differentiate regression and forecasting of time series
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 850
- Fork
- 96
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.