make_all_seasonality_features.Rd (prophet-1.0) | : | make_all_seasonality_features.Rd (prophet-1.1) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
} | } | |||
\arguments{ | \arguments{ | |||
\item{m}{Prophet object.} | \item{m}{Prophet object.} | |||
\item{df}{Dataframe with dates for computing seasonality features and any | \item{df}{Dataframe with dates for computing seasonality features and any | |||
added regressors.} | added regressors.} | |||
} | } | |||
\value{ | \value{ | |||
List with items | List with items | |||
seasonal.features: Dataframe with regressor features, | seasonal.features: Dataframe with regressor features, | |||
prior.scales: Array of prior scales for each colum of the features | prior.scales: Array of prior scales for each column of the features | |||
dataframe. | dataframe. | |||
component.cols: Dataframe with indicators for which regression components | component.cols: Dataframe with indicators for which regression components | |||
correspond to which columns. | correspond to which columns. | |||
modes: List with keys 'additive' and 'multiplicative' with arrays of | modes: List with keys 'additive' and 'multiplicative' with arrays of | |||
component names for each mode of seasonality. | component names for each mode of seasonality. | |||
} | } | |||
\description{ | \description{ | |||
Dataframe with seasonality features. | Dataframe with seasonality features. | |||
Includes seasonality features, holiday features, and added regressors. | Includes seasonality features, holiday features, and added regressors. | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |