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] Fix .predict() method and add .predict_proba() in xgboost.dask.DaskXGBClassifier #5986

Merged
merged 7 commits into from
Aug 11, 2020
Merged

[Breaking] Fix .predict() method and add .predict_proba() in xgboost.dask.DaskXGBClassifier #5986

merged 7 commits into from
Aug 11, 2020

Commits on Aug 6, 2020

  1. Fix .predict() method and add .predict_proba()

    James Krach committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6d6f36b View commit details
    Browse the repository at this point in the history
  2. Fix tests for predict and add tests for predict_proba

    James Krach committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    db6efb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    17e00fa View commit details
    Browse the repository at this point in the history
  2. Fix broken tests

    James Krach committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    da6aa03 View commit details
    Browse the repository at this point in the history
  3. Fix lint error

    James Krach committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    cff9452 View commit details
    Browse the repository at this point in the history
  4. Add missing assertion of dask support

    James Krach committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    c9d4220 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Compare the results.

    trivialfis committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    baa8454 View commit details
    Browse the repository at this point in the history