I've noticed that Prophet uses Fourier Series to model everything other than the Weekly Seasonality. This usually works well but for highly jagged hourly time-series I've noticed that the model underfits the trend even after adding extra Fourier terms.
Has anyone considered adding an option to add_seasonality that to use dummy variables? I could probably try working on it if you think it makes sense both computationally and statistically.
Also thanks for adding support for sub-daily data!
I've noticed that Prophet uses Fourier Series to model everything other than the Weekly Seasonality. This usually works well but for highly jagged hourly time-series I've noticed that the model underfits the trend even after adding extra Fourier terms.
Has anyone considered adding an option to
add_seasonalitythat to use dummy variables? I could probably try working on it if you think it makes sense both computationally and statistically.Also thanks for adding support for sub-daily data!