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
723 stars 113 forks source link

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

Closed vinitkothari24 closed 1 year ago

vinitkothari24 commented 1 year ago

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

AutoViML commented 1 year ago

@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