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

Support slicing tree model #6302

Merged
merged 17 commits into from Nov 3, 2020
Merged

Support slicing tree model #6302

merged 17 commits into from Nov 3, 2020

Commits on Oct 30, 2020

  1. Allow slicing tree models.

    * Implement `save_best`.
    trivialfis committed Oct 30, 2020
    Copy the full SHA
    182ad8f View commit details
    Browse the repository at this point in the history
  2. Add test for save model.

    trivialfis committed Oct 30, 2020
    Copy the full SHA
    e173173 View commit details
    Browse the repository at this point in the history
  3. Consistent type.

    trivialfis committed Oct 30, 2020
    Copy the full SHA
    8723f80 View commit details
    Browse the repository at this point in the history
  4. Checks.

    trivialfis committed Oct 30, 2020
    Copy the full SHA
    a33657a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c9ddda0 View commit details
    Browse the repository at this point in the history
  6. Fix legacy callback.

    trivialfis committed Oct 30, 2020
    Copy the full SHA
    40b5562 View commit details
    Browse the repository at this point in the history
  7. Fix CV.

    trivialfis committed Oct 30, 2020
    Copy the full SHA
    5cb2d5e View commit details
    Browse the repository at this point in the history
  8. Add tests for gblinear.

    trivialfis committed Oct 30, 2020
    Copy the full SHA
    60368c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Stronger tests.

    trivialfis committed Nov 3, 2020
    Copy the full SHA
    ef48197 View commit details
    Browse the repository at this point in the history
  2. Fix formatting in model.rst

    hcho3 committed Nov 3, 2020
    Copy the full SHA
    52948c6 View commit details
    Browse the repository at this point in the history
  3. Parametrize

    trivialfis committed Nov 3, 2020
    Copy the full SHA
    7e30509 View commit details
    Browse the repository at this point in the history
  4. Doc and comment.

    trivialfis committed Nov 3, 2020
    Copy the full SHA
    a087793 View commit details
    Browse the repository at this point in the history
  5. Add prediction test.

    trivialfis committed Nov 3, 2020
    Copy the full SHA
    4dc4dd3 View commit details
    Browse the repository at this point in the history
  6. Revert parametrize.

    trivialfis committed Nov 3, 2020
    Copy the full SHA
    ae9ee40 View commit details
    Browse the repository at this point in the history
  7. Use margin.

    trivialfis committed Nov 3, 2020
    Copy the full SHA
    e83b6b4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0a5ebcb View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    accc0f1 View commit details
    Browse the repository at this point in the history