setup_dataframe.Rd (prophet-1.0) | : | setup_dataframe.Rd (prophet-1.1) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
\item{df}{Data frame with columns ds, y, and cap if logistic growth. Any | \item{df}{Data frame with columns ds, y, and cap if logistic growth. Any | |||
specified additional regressors must also be present.} | specified additional regressors must also be present.} | |||
\item{initialize_scales}{Boolean set scaling factors in m from df.} | \item{initialize_scales}{Boolean set scaling factors in m from df.} | |||
} | } | |||
\value{ | \value{ | |||
list with items 'df' and 'm'. | list with items 'df' and 'm'. | |||
} | } | |||
\description{ | \description{ | |||
Adds a time index and scales y. Creates auxillary columns 't', 't_ix', | Adds a time index and scales y. Creates auxiliary columns 't', 't_ix', | |||
'y_scaled', and 'cap_scaled'. These columns are used during both fitting | 'y_scaled', and 'cap_scaled'. These columns are used during both fitting | |||
and predicting. | and predicting. | |||
} | } | |||
\keyword{internal} | \keyword{internal} | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |