Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define core multi-target regression tree structure. #8884

Merged
merged 5 commits into from
Mar 9, 2023

Commits on Mar 8, 2023

  1. Define core multi-target regression tree structure.

    - Define a new tree struct embedded in the `RegTree`.
    - Provide dispatching functions in `RegTree`.
    - Fix some c++-17 warnings about the use of nodiscard (currently we disable the warning on
      the CI).
    - Use uint32_t instead of size_t for `bst_target_t` as it has defined size and can be used
      as part of dmlc parameter.
    - Hide the `Segment` struct inside categorical split matrix.
    trivialfis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    cf5d781 View commit details
    Browse the repository at this point in the history
  2. fix test.

    trivialfis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5fba270 View commit details
    Browse the repository at this point in the history
  3. iwyu.

    trivialfis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d2b0859 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Small cleanups.

    trivialfis committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0cff558 View commit details
    Browse the repository at this point in the history
  2. Small cleanups.

    trivialfis committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a275024 View commit details
    Browse the repository at this point in the history