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.
Apache License 2.0
729 stars 114 forks source link

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

Closed kkk8574990 closed 2 years ago

kkk8574990 commented 2 years ago

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

AutoViML commented 2 years ago

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