- Notifications
You must be signed in to change notification settings - Fork1.3k
MAINT compatibility scikit-learn 1.3#999
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 38 commits intoscikit-learn-contrib:masterfromglemaitre:compat_sklearn_1.3Jul 7, 2023
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
38 commits Select commitHold shift + click to select a range
6caa659
MAINT compatibility scikit-learn 1.3
glemaitre8fbf75c
iter
glemaitre204c094
iter
glemaitre9595d6a
iter
glemaitre1895749
iter
glemaitre50ad67f
iter
glemaitref7c8bf8
iter
glemaitrec66c1d1
blackify
glemaitre9393bde
iter
glemaitre1611716
bump version doc
glemaitre25c1133
iter
glemaitrebbab55c
iter
glemaitrea3b6fb3
iter
glemaitree8fa9d7
iter
glemaitre9d8a8b0
iter
glemaitref953aab
iter
glemaitrec8912ec
iter
glemaitre50b4bf8
iter
glemaitre1eccb31
oter
glemaitrea8cc055
iter
glemaitreeec32b3
iter
glemaitre5055d8a
iter
glemaitre254607b
iter
glemaitrecc63ccd
iter
glemaitre8caf4cb
iter
glemaitre00015d4
iter
glemaitrea6a7848
iter
glemaitref0ead59
iter
glemaitredd4554c
iter
glemaitred83a637
iter
glemaitrefa1c747
iter
glemaitrece8e1ff
iter
glemaitre71a7e9f
iter
glemaitrea10202d
iter
glemaitre40d42a3
iter
glemaitred217649
iter
glemaitre13f2ea6
iter
glemaitre9034631
iter
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
2 changes: 1 addition & 1 deletion.circleci/config.yml
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
21 changes: 9 additions & 12 deletions.pre-commit-config.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev:v4.3.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: https://github.com/psf/black | ||
rev:23.3.0 | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
# Ruff version. | ||
rev: v0.0.272 | ||
hooks: | ||
- id:ruff | ||
args: ["--fix", "--show-source"] | ||
- repo: https://github.com/pre-commit/mirrors-mypy | ||
rev:v1.3.0 | ||
hooks: | ||
- id: mypy | ||
files:imblearn/ | ||
additional_dependencies: [pytest==6.2.4] | ||
2 changes: 1 addition & 1 deletionREADME.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
42 changes: 29 additions & 13 deletionsazure-pipelines.yml
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
11 changes: 0 additions & 11 deletionsbuild_tools/azure/linting.sh
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
3 changes: 3 additions & 0 deletionsbuild_tools/azure/test_script.sh
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
13 changes: 7 additions & 6 deletionsbuild_tools/circle/build_doc.sh
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
2 changes: 1 addition & 1 deletiondoc/Makefile
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
4 changes: 0 additions & 4 deletionsdoc/_templates/breadcrumbs.html
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
16 changes: 7 additions & 9 deletionsdoc/common_pitfalls.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
10 changes: 5 additions & 5 deletionsdoc/over_sampling.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
1 change: 0 additions & 1 deletiondoc/sphinxext/sphinx_issues.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
1 change: 0 additions & 1 deletionexamples/applications/plot_impact_imbalanced_classes.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
4 changes: 1 addition & 3 deletionsexamples/applications/plot_multi_class_under_sampling.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
4 changes: 2 additions & 2 deletionsexamples/combine/plot_comparison_combine.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
4 changes: 2 additions & 2 deletionsexamples/evaluation/plot_classification_report.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
7 changes: 4 additions & 3 deletionsexamples/evaluation/plot_metrics.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.