mitchelloharawild / fable.prophet

fable extension for the prophet forecasting procedure
https://pkg.mitchelloharawild.com/fable.prophet
55 stars 8 forks source link

Improve defaults for fourier orders #3

Closed mitchelloharawild closed 5 years ago

mitchelloharawild commented 5 years ago

period: 365.25, order: 10 period: 7, order = 3 period: 1, order = 4

mitchelloharawild commented 5 years ago

Rather than a smooth function, this may be better suited to a list of defaults. If a default for that period does not exist, an error will return, requiring user intervention.