-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
TST add binary and multiclass test for scorers #18904
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
Merged
thomasjpfan
merged 18 commits into
scikit-learn:main
from
efiegel:binary-classification-tests
Jan 28, 2021
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
afe66d9
removed 'log_loss' from CLF_SCORERS list as there is no 'log_loss' sc…
efiegel 95ec70e
added general multiclass test for all multiclass scorers with a logis…
efiegel 9405ed1
added tree classifier in addition to logistic regresion classifier. s…
efiegel 30f3f5d
fixed causes of linting errors
efiegel 867249f
fixed causes of linting errors (try #2)
efiegel a930412
fixed causes of linting errors (try 2). ignore doc tests that are fai…
efiegel 2011f24
fixed causes of linting errors (try 2). ignore doc tests that are fai…
efiegel 41fcda4
fixed causes of linting errors (try 2)
efiegel 64e784a
fixed causes of linting errors (try 2)
efiegel 6009551
parameterized multiclass score test
efiegel 6fe5883
removed BINARY_SCORERS_ONLY since it wasn't used. renamed test_classi…
efiegel 90421eb
moved scorer pickling test to a separate test so that test_classifica…
efiegel 3357945
refactored test_classification_binary_scores for parameterized input
efiegel ab4c1e9
flake8 tweaks
efiegel ed7d555
Apply suggestions from code review
efiegel 3139090
Merge remote-tracking branch 'upstream/main' into binary-classificati…
efiegel 9ab3c16
removed clf from parameterized arguments in test_classification_multi…
efiegel 0a33048
removed clf from parameterized arguments in test_classification_multi…
efiegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.