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

Save Trained model

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