- Notifications
You must be signed in to change notification settings - Fork1.3k
MAINT add parameter validation framework#955
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
glemaitre merged 18 commits intoscikit-learn-contrib:masterfromglemaitre:param_validationDec 4, 2022
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
6ee5f39
MAINT add parameter validation framework
glemaitreb50985b
MAINT add parameter validation for ensemble models
glemaitree531adc
MAINT redundant tests
glemaitre986752b
MAINT parameter validation ADASYN
glemaitre0280fae
MAINT parameter validation for over-sampler
glemaitrec5a138d
MAINT all under-sampler
glemaitre1a1d75f
iter
glemaitref89d69f
iter
glemaitre7316b15
iter
glemaitre7565072
iter
glemaitre5c9e6b3
iter
glemaitreaf01062
iter
glemaitre4437e80
iter
glemaitredb75eb1
add test files
glemaitre3fc78b3
iter
glemaitre663869b
iter
glemaitree1d4702
TST add coverage for _is_neighbors_object
glemaitre82e6790
TST cover more lines
glemaitreFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
3 changes: 3 additions & 0 deletionsdoc/whats_new/v0.10.rst
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
77 changes: 76 additions & 1 deletionimblearn/base.py
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
27 changes: 11 additions & 16 deletionsimblearn/combine/_smote_enn.py
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
27 changes: 11 additions & 16 deletionsimblearn/combine/_smote_tomek.py
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
14 changes: 0 additions & 14 deletionsimblearn/combine/tests/test_smote_enn.py
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
14 changes: 0 additions & 14 deletionsimblearn/combine/tests/test_smote_tomek.py
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
40 changes: 27 additions & 13 deletionsimblearn/ensemble/_bagging.py
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.