-
Notifications
You must be signed in to change notification settings - Fork 16
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
[MNT] work about imbalance classification #308
Open
LinGinQiu
wants to merge
112
commits into
time-series-machine-learning:imb-classification-cq
Choose a base branch
from
LinGinQiu:main
base: imb-classification-cq
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
[MNT] work about imbalance classification #308
LinGinQiu
wants to merge
112
commits into
time-series-machine-learning:imb-classification-cq
from
LinGinQiu:main
Conversation
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
* Automated `pre-commit` hook update * aeon 1.0.0 and results collators * api * lint * lint * tsml * notebooks * fixed and added elasticsom kshape and ksc * Automatic `pre-commit` fixes * added functionality to run by long hand name * Automatic `pre-commit` fixes * fix * clustering * just kmeans for now * distance names * fixed notebooks * Automatic `pre-commit` fixes * remove extra cells * revert notebook * update --------- Co-authored-by: MatthewMiddlehurst <[email protected]> Co-authored-by: chrisholder <[email protected]> Co-authored-by: chrisholder <[email protected]>
time-series-machine-learning#316) Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `scikit-learn` to 1.5.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.0...1.5.2) Updates `sphinx` to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: python-packages - dependency-name: sphinx dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…eries-machine-learning#307) Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Middlehurst <[email protected]>
Co-authored-by: MatthewMiddlehurst <[email protected]> Co-authored-by: Matthew Middlehurst <[email protected]>
* workflow updates * no _wip * seaborn * fixes * only raise on submodule mossing
Co-authored-by: MatthewMiddlehurst <[email protected]>
…ime-series-machine-learning#321) Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. Updates `scikit-learn` to 1.6.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.0...1.6.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MatthewMiddlehurst <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
experiments
Experiments package
maintenance
Continuous integration, unit testing & package distribution
tsml research resources
tsml research group experiments related
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.
Reference Issues/PRs
imbalanced classification
What does this implement/fix? Explain your changes
add the oversampling methods (including smote ADASYN ), imbalance ratio which used to control the majority and minority ratio of data into the shell file, and the experiments files
Any other comments?