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

Fix multiclass auc with empty dataset. #6947

Merged
merged 1 commit into from May 12, 2021

Conversation

trivialfis
Copy link
Member

Continue #6946 .

  • Make sure all reduce is called for cuda code path.
  • Make sure we are using multi-class auc when there's empty dataset.

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2021

Codecov Report

Merging #6947 (46980d7) into master (2a9979e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6947   +/-   ##
=======================================
  Coverage   82.01%   82.01%           
=======================================
  Files          13       13           
  Lines        3908     3908           
=======================================
  Hits         3205     3205           
  Misses        703      703           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a9979e...46980d7. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants