-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG] Add class_weight parameter to CalibratedClassifierCV #17541
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
Open
amascia
wants to merge
48
commits into
scikit-learn:main
Choose a base branch
from
amascia:balanced_calibrated_classifier
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
8bdabc7
first working version
b2f8ec0
minor change
0ff63f9
handles multiclass classifiaction
3559ab5
added documentation for class_weight attribute
a5d925e
Merge branch 'master' into balanced_calibrated_classifier
5a85a32
Merge branch 'master' into balanced_calibrated_classifier
amascia 9e3f002
added test for CalibratedClassifierCV with class_weight
amascia 0c4236a
Merge branch 'master' into balanced_calibrated_classifier
amascia 88d0b90
Merge branch 'master' into balanced_calibrated_classifier
amascia de249c8
Merge branch 'master' into balanced_calibrated_classifier
amascia 6af110d
minor doc change
amascia 0d299df
Revert "minor doc change"
amascia 4a2b549
class_weight doc change
amascia 808f24e
added change to changelog
amascia cc3a1f7
Merge branch 'master' into balanced_calibrated_classifier
amascia 362d67d
Merge branch 'master' into balanced_calibrated_classifier
amascia 6e39e10
updated user guide with new feature
amascia f4c9961
Merge branch 'master' into balanced_calibrated_classifier
amascia a93acfc
merged upstream/master
amascia 72a175c
updated calibration user guide and handled failed test
amascia 3d5d807
Merge branch 'master' into balanced_calibrated_classifier
amascia 4dd0277
parameterized tests in test_calibration, updated doc for class_weight…
amascia b959c28
Merge branch 'master' into balanced_calibrated_classifier
amascia 602544d
class_weight feature in calibration.py for version 0.24
amascia 93454f9
solved ci problem
amascia 4436624
solved ci problem
amascia 1c80e99
handled azure-pipelines ci problem
amascia 08774b9
black reformatting
amascia 5cd42f5
Merge branch 'master' into balanced_calibrated_classifier
amascia a75855a
Merge branch 'main' into balanced_calibrated_classifier
amascia e53f217
update after review
amascia 82e1711
Merge branch 'main' into balanced_calibrated_classifier
amascia 0bc1b95
solve test_docstring_parameters error
amascia 0ad0d80
Merge branch 'main' into balanced_calibrated_classifier
amascia a338bef
added blank line as suggested
amascia f4a955b
Merge branch 'main' into balanced_calibrated_classifier
amascia 0291b8f
updater after review
amascia eff4a82
revert to main version
amascia bd1e158
updated doc
amascia 23355e5
fixed Circle CI doc error
amascia 6587789
Merge branch 'main' into balanced_calibrated_classifier
amascia 2f64420
final changes
amascia c875e73
Merge remote-tracking branch 'upstream/main' into balanced_calibrated…
amascia e40058f
parametrized prefit for class_weight test for calibration
amascia cd24a01
merged upstream/main and updated with reviewer comments
amascia 64b7b68
Merge branch 'main' into balanced_calibrated_classifier
amascia 7b0d6c3
update docs
amascia 20b1665
Merge branch 'main' into balanced_calibrated_classifier
amascia 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
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
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
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.