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 do you save the best model?

miggytrinidad opened this issue · comments

I tried using pickle but it says lambda function cannot be saved into a pkl file. How do you save the best model?

Hi @miggytrinidad :
If the best model is an ML model you can save it using Pickle. See the bottom of this notebook for an example of how to save a model:

https://github.com/AutoViML/Auto_TS/blob/master/example_notebooks/autots_multivariate_example.ipynb

This should be fixed with the latest version. please do:
pip install auto-ts --upgrade

Thanks for your patience
AutoViML