AutoViML/Auto_TS

Can you add regressors, e.g. holidays?

vhpietil opened this issue · 2 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