Skip to content

Add target components logic into HierarchicalPipeline #1170

Closed
alex-hse-repository opened this issue Mar 16, 2023 · 0 comments · Fixed by #1199
Closed

Add target components logic into HierarchicalPipeline #1170

alex-hse-repository opened this issue Mar 16, 2023 · 0 comments · Fixed by #1199
Assignees
Labels
enhancement New feature or request

Comments

@alex-hse-repository
Copy link
Collaborator

🚀 Feature Request

Add target components logic into HierarchicalPipeline

Proposal

In HierarchicalPipeline

  • Create methods predict and raw_predict, implement them the same way as forecast, raw_forecast but calling the predict
  • In methods forecast, predict pass return_components flag to raw_forecast,raw_predict
  • In methods raw_forecast,raw_predict
    • Pass return_components flag to to the methods forecast, predict of the super class
    • Add target components into resulting dataset in the end of the methods using add_target_components

Test cases

  • Create tests for predict, raw_predict similar to forecast, raw_forecast
  • Check that when return_components=True dataset contains target components(ts.target_components is not None) for methods forecast, predict

Additional context

Is blocked by #1167, #1169

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants