Auto_TS icon indicating copy to clipboard operation
Auto_TS copied to clipboard

Can you add regressors, e.g. holidays?

Open vhpietil opened this issue 4 years ago • 1 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?

vhpietil avatar May 17 '21 06:05 vhpietil

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.

AutoViML avatar Dec 07 '21 02:12 AutoViML

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

AutoViML avatar Apr 24 '23 11:04 AutoViML