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

[breaking] [jvm-packages] Remove rabit check point. #9599

Merged
merged 7 commits into from
Sep 26, 2023

Commits on Sep 20, 2023

  1. [breaking] [jvm-packages] Remove rabit check point.

    - Add `numBoostedRound` to jvm packages
    - Remove rabit checkpoint version. [breaking]
    - Change the starting version of training continuation in JVM [breaking].
    
    The last item is a bit more subtle, the change aligns JVM packages with Python
    packages. After this PR, the second training phrase counts iteration from 0 instead of
    from the previous starting iteration.
    trivialfis committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    aac597a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. move.

    trivialfis committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    762185e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a3060 View commit details
    Browse the repository at this point in the history
  3. Fixes.

    trivialfis committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cbff8fc View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Fix.

    trivialfis committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c738ca1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. reviewer's comments.

    trivialfis committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    13e8bb0 View commit details
    Browse the repository at this point in the history
  2. cleanup

    trivialfis committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    af0cf3e View commit details
    Browse the repository at this point in the history