Description Usage Arguments Details Value
Coefficients are measured on the original scale of the training data.
1 |
m |
Prophet model object, after fitting. |
Output dataframe columns:
regressor: Name of the regressor
regressor_mode: Whether the regressor has an additive or multiplicative
effect on y
.
center: The mean of the regressor if it was standardized. Otherwise 0.
coef_lower: Lower bound for the coefficient, estimated from the MCMC samples.
Only different to coef
if mcmc_samples > 0
.
coef: Expected value of the coefficient.
coef_upper: Upper bound for the coefficient, estimated from MCMC samples.
Only to different to coef
if mcmc_samples > 0
.
Dataframe with one row per regressor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.