We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Implement forecast decomposition for ProphetModel
ProphetModel
In _ProphetAdapter implement method
_ProphetAdapter
def predict_components(df: pd.DataFrame) -> pd.DataFrame
Details:
predict_components
trend
holidays
daily
weekly
yearly
target_component_
For _ProphetAdapter
growth
*_seasonality
additional_seasonality_params
linear
logistic
No response
The text was updated successfully, but these errors were encountered:
brsnw250
Successfully merging a pull request may close this issue.
🚀 Feature Request
Implement forecast decomposition for
ProphetModel
Proposal
In
_ProphetAdapter
implement methodDetails:
predict_components
trend
componentholidays
componentdaily
,weekly
,yearly
, custom period)target_component_
as prefix for component namesTest cases
For
_ProphetAdapter
holidays
,growth
,*_seasonality
,additional_seasonality_params
)linear
andlogistic
growthAdditional context
No response
The text was updated successfully, but these errors were encountered: