-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Merged with geometric-smote repo
- Loading branch information
1 parent
1516061
commit f7df642
Showing
51 changed files
with
4,158 additions
and
134 deletions.
There are no files selected for viewing
This file contains 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,18 +1,16 @@ | ||
_commit: 0.8.0 | ||
_src_path: gh:georgedouzas/copier-pdm-nox.git | ||
_commit: 0.8.2 | ||
_src_path: gh:georgedouzas/copier-pdm-nox | ||
author_email: gdouzas@icloud.com | ||
author_fullname: Georgios Douzas | ||
author_username: georgedouzas | ||
copyright_date: '2019' | ||
copyright_date: '2021' | ||
copyright_holder: Georgios Douzas | ||
copyright_holder_email: gdouzas@icloud.com | ||
copyright_license: MIT License | ||
project_description: Implementation of the Geometric SMOTE algorithm, a geometrically | ||
enhanced drop-in replacement for SMOTE. It is compatible with scikit-learn and | ||
imbalanced-learn. | ||
python_package_distribution_name: geometric-smote | ||
python_package_import_name: gsmote | ||
python_versions: '>=3.9, <3.12' | ||
repository_name: geometric-smote | ||
project_description: An implementation of novel oversampling algorithms. | ||
python_package_distribution_name: imbalanced-learn-extra | ||
python_package_import_name: imblearn_extra | ||
python_versions: '>=3.10, <3.13' | ||
repository_name: imbalanced-learn-extra | ||
repository_namespace: georgedouzas | ||
|
This file contains 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 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,11 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/georgedouzas/geometric-smote/discussions | ||
url: https://github.com/georgedouzas/imbalanced-learn-extra/discussions | ||
about: Ask questions and discuss with other community members | ||
- name: Gitter | ||
url: https://gitter.im/geometric-smote/community | ||
url: https://gitter.im/imbalanced-learn-extra/community | ||
about: Users and developers can sometimes be found on the gitter channel | ||
- name: Blank issue | ||
url: https://github.com/georgedouzas/geometric-smote/issues/new | ||
url: https://github.com/georgedouzas/imbalanced-learn-extra/issues/new | ||
about: Please note that Github Discussions should be used in most cases instead |
This file contains 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 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 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 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 |
---|---|---|
|
@@ -20,3 +20,4 @@ __pypackages__/ | |
.ruff_cache | ||
.vscode | ||
.DS_Store | ||
.tool-versions |
This file contains 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 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.