We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HierarchicalPipeline
Add target components logic into HierarchicalPipeline
In HierarchicalPipeline
predict
raw_predict
forecast
raw_forecast
return_components
add_target_components
return_components=True
ts.target_components is not None
Is blocked by #1167, #1169
The text was updated successfully, but these errors were encountered:
brsnw250
Successfully merging a pull request may close this issue.
🚀 Feature Request
Add target components logic into
HierarchicalPipeline
Proposal
In
HierarchicalPipeline
predict
andraw_predict
, implement them the same way asforecast
,raw_forecast
but calling thepredict
forecast
,predict
passreturn_components
flag toraw_forecast
,raw_predict
raw_forecast
,raw_predict
return_components
flag to to the methodsforecast
,predict
of the super classadd_target_components
Test cases
predict
,raw_predict
similar toforecast
,raw_forecast
return_components=True
dataset contains target components(ts.target_components is not None
) for methodsforecast
,predict
Additional context
Is blocked by #1167, #1169
The text was updated successfully, but these errors were encountered: