AutoViML/Auto_TS

Save Trained model

vinitkhemka opened this issue · 1 comments

How can i save the model .I tried using pickle but its throwing error

Saving scikit learning ML models is easy using pickle or joblib. But if you are using ARIMA or Facebook Prophet options, you need to check their documentation at statsmodels and Facebook Prophet pages respectively. Hope this is clear.
Thanks