Sample from the posterior predictive distribution.
predictive_samples(m, df)
Prophet object.
Dataframe with dates for predictions (column ds), and capacity (column cap) if logistic growth.
A list with items "trend", "seasonal", and "yhat" containing posterior predictive samples for that component. "seasonal" is the sum of seasonalities, holidays, and added regressors.