We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AutoRegressivePipeline
Add target components logic into AutoRegressivePipeline
In AutoRegressivePipeline
return_components
forecast
get_target_components
etna/etna/pipeline/autoregressive_pipeline.py
Line 148 in ea1888e
add_target_components
Line 156 in ea1888e
return_components=True
predict
Is blocked by #1167
The text was updated successfully, but these errors were encountered:
alex-hse-repository
Successfully merging a pull request may close this issue.
🚀 Feature Request
Add target components logic into
AutoRegressivePipeline
Proposal
In
AutoRegressivePipeline
return_components
flag into model'sforecast
get_target_components
method after this lineetna/etna/pipeline/autoregressive_pipeline.py
Line 148 in ea1888e
add_target_components
after this line:etna/etna/pipeline/autoregressive_pipeline.py
Line 156 in ea1888e
Test cases
return_components=True
dataset contain the correct target components for methodsforecast
,predict
for dummy implementationsAdditional context
Is blocked by #1167
The text was updated successfully, but these errors were encountered: