-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Milestone
Description
Per @moezali1
models() function similar to pycaret.classification and pycaret.regression should store pre-trained models for users to see the availability of models in model library / zoo
I am thinking of following models to be considered in model zoo:
- AutoARIMA
- ETS (auto)
- Regression models (let's use ReducedRegression with 3-4 estimators from sklearn that are known to perform well on univariate time series data -- consider Linear Regression, XGBoost, LightGBM, CatBoost)
- BATS / TBATS