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 we know if the model is using external regressors during training ? How to check which external features are used

vinitkothari24 opened this issue · comments

How do we know if the model is using external regressors during training ? How to check which external features are used

@vinitkothari24
Thanks for trying out Auto_TS 👍

Have you tried setting the verbose input to 1 or 2 to see if you get more outputs to explain the steps.

I think you should also check out the notebooks in the example notebooks section:
example notebooks

Let me know if this still doesn't answer your question.
Auto Vimal