Predict trend using the prophet model.
predict_trend(model, df)
model
Prophet object.
df
Prediction dataframe.
Vector with trend on prediction dates.