Skip to content
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
wants to merge 112 commits into
base: imb-classification-cq
Choose a base branch
from

Conversation

LinGinQiu
Copy link

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?

chuanhangqiu and others added 30 commits December 4, 2024 11:06
* 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
…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>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants