Skip to content

What algorithms are used for hierarchical time series reconciliation and CatBoostMultiSegmentModel #476

Answered by d-a-bunin
Sandy4321 asked this question in Q&A
Discussion options

You must be logged in to vote

As for CatBoostMultiSegmentModel we already discussed it in a telegram chat. I'll repeat core messages for someone who could have the same question in the future.

The core ideas for understanding the CatBoostPerSegmentModel algorithm is contained here
During fit

  • For all the segments and all the timestamps generate a table there one line represent one timestamp for one segment with features calculated on segment history.
  • Fit table with a given model

During forecast

  • For all the segments and all the timestamps generate a table there one line represent one timestamp for one segment with features calculated on segment history.
  • Predict table with a given model

For example, we have T timesta…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by d-a-bunin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants
Converted from issue

This discussion was converted from issue #475 on September 17, 2024 07:21.