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

Move num_parallel_tree to model parameter. #7751

Merged
merged 7 commits into from
Mar 28, 2022

Commits on Mar 25, 2022

  1. Move num_parallel_tree into model parameter.

    The size of forest should be a property of model itself instead of a training
    hyper-parameter.
    trivialfis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    70ed32e View commit details
    Browse the repository at this point in the history
  2. Slice test.

    trivialfis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9bab482 View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    trivialfis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    7ebb48e View commit details
    Browse the repository at this point in the history
  4. Fix python tests.

    trivialfis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    4e0ada6 View commit details
    Browse the repository at this point in the history
  5. Fix C API.

    trivialfis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    b1d9511 View commit details
    Browse the repository at this point in the history
  6. typing.

    trivialfis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e43cab8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a71c2a View commit details
    Browse the repository at this point in the history