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 I export the sample predictions of each model? I want to know all the prediction data

kkk8574990 opened this issue · comments

How do I export the sample predictions of each model? I want to know all the prediction data

Hi @kkk8574990 👍
Thanks for trying out Auto_TS. It is clearly mentioned in this example notebook below how to complete predictions on test data and save it for an example Hackathon.

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

Please check it out.
Thanks
Autovimal