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 explain leaderboard for list of models, possibility to set num_of_features to -1, and fix confusion matrix in python #7365

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments

Comments

@exalate-issue-sync
Copy link

Fix:

  • Explain list of models shows incomplete leaderboard (missing AUC in binomial classification) and reorder the columns to be more in line with the leaderboard from automl
  • Fix confusion matrix for binomial tasks in python (used the .confusion_matrix which used the training confusion matrix)
  • Allow specifying -1 to num_of_features to show all the features (used to show all but last (in python features[:-1]))
@h2o-ops-ro
Copy link
Collaborator

JIRA Issue Details

Jira Issue: PUBDEV-8290
Assignee: Tomas Fryda
Reporter: Tomas Fryda
State: Resolved
Fix Version: 3.34.0.1
Attachments: N/A
Development PRs: Available

@h2o-ops-ro
Copy link
Collaborator

Linked PRs from JIRA

#5638

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

No branches or pull requests

2 participants