firmai / atspy

AtsPy: Automated Time Series Models in Python (by @firmai)
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631
510 stars 89 forks source link

Hyperparameter Tuning #20

Open gmatesunny opened 4 years ago

gmatesunny commented 4 years ago

Is there a way to choose hyperparameter tuning in ARIMA model or any other ML model available in atspy library? An example would be appreciated because I have used ARIMA model from pmdarima, fbProhet and GlonTS DeepAR for my hobby time series forecasting project and now I want to use atspy library but want to use my hyperparameter tuned ARIMA and others for my specific dataset.

Tag: Question