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

Fixes early stopping with XGBoost 2.0 #597

Merged
merged 17 commits into from
Dec 16, 2023
Merged

Fixes early stopping with XGBoost 2.0 #597

merged 17 commits into from
Dec 16, 2023

Commits on Nov 23, 2022

  1. add one unit test to investigate a bug

    Signed-off-by: xadupre <xadupre@microsoft.com>
    xadupre committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    a088c07 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    ceddbae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb5ce3 View commit details
    Browse the repository at this point in the history
  3. add one more test

    Signed-off-by: xadupre <xadupre@microsoft.com>
    xadupre committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    185b3a1 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary print

    Signed-off-by: xadupre <xadupre@microsoft.com>
    xadupre committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7547a35 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix merged conflits

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e9bf791 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    28a515f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. fix merge conflicts

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    55c58d3 View commit details
    Browse the repository at this point in the history
  2. update CI

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d6f9b32 View commit details
    Browse the repository at this point in the history
  3. ci

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    97352d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    9f9437e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fix merge conflicts

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    4d46fbd View commit details
    Browse the repository at this point in the history
  2. remove removed files

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c94357b View commit details
    Browse the repository at this point in the history
  3. update test

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    15f566d View commit details
    Browse the repository at this point in the history
  4. fix early stopping

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8832ef3 View commit details
    Browse the repository at this point in the history
  5. fix rf models

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c3af755 View commit details
    Browse the repository at this point in the history
  6. remaining merge issue

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    9c4a0a3 View commit details
    Browse the repository at this point in the history