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

Can you add regressors, e.g. holidays?

vhpietil opened this issue · comments

I don't know about the other models but one can use e.g. holiday regressors with Prophet. Can you use regressors with Auto_TS?

You can add a column to your dataset that adds "Is_Holiday" to it. This will help in ML problems. I know that FB Prophet lets you add a dictionary for Holidays. I will try to add it soon.

You can now add all FB Prophet parameters in Auto_TS as an input. See the documentation README file for details.
Auto Vimal