AutoViML/Auto_TS

How do you save the best model?

miggytrinidad opened this issue · 2 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