Trend¶
There are three built-in trend functions
piecewise linear
piecewise logistic growth, and
flat
force trend growth rate to be flat¶
Saturating Forecast using logistic growth trend model¶
https://facebook.github.io/prophet/docs/saturating_forecasts.html#forecasting-growth
By default, Prophet uses a linear model for its forecast. Prophet allows you to make forecasts using a logistic growth trend model:
capandfloorcolumns can be used to bound the trend.caporfloormust be specified for every row in the dataframe, and that it does not have to be constant.
example