AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to tune the model?

nithinreddyy opened this issue · comments

Hey Ram, i have one doubt. Is there any example or notebook to show how to tune the auto-ts model? Like we have tune option in pycaret, do we have any in auto-ts?

Hi @nithinreddyy 👍
Once you get the ML model from Auto_TS, you can create your own GridSearchCV params and tune it.
Currently there are no easy ways to tune a Dask XGBoost model which is what I am using right now.
If things change, I will let you know

In the meantime, Please do the upgrade to the latest version with DASK by:
pip install auto-ts --upgrade

Please confirm that fixes the problem.
Thanks
Auto_ViML