Skip to content

Bump imbalanced-learn from 0.8.1 to 0.11.0#11

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/imbalanced-learn-0.11.0
Open

Bump imbalanced-learn from 0.8.1 to 0.11.0#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/imbalanced-learn-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2023

Copy link
Copy Markdown

Bumps imbalanced-learn from 0.8.1 to 0.11.0.

Release notes

Sourced from imbalanced-learn's releases.

imbalanced-learn 0.11.0

Changelog

Bug fixes

Compatibility

Deprecation

Enhancements

  • SMOTENC now accepts a parameter categorical_encoder allowing to specify a OneHotEncoder with custom parameters. #1000 by Guillaume Lemaitre.

  • SMOTEN now accepts a parameter categorical_encoder allowing to specify a OrdinalEncoder with custom parameters. A new fitted parameter categorical_encoder_ is exposed to access the fitted encoder. #1001 by Guillaume Lemaitre.

  • RandomUnderSampler and RandomOverSampler (when shrinkage is not None) now accept any data types and will not attempt any data conversion. #1004 by Guillaume Lemaitre.

  • SMOTENC now support passing array-like of str when passing the categorical_features parameter. #1008 by :userGuillaume Lemaitre <glemaitre>.

  • SMOTENC now support automatic categorical inference when categorical_features is set to "auto". #1009 by :userGuillaume Lemaitre <glemaitre>.

imbalanced-learn 0.10.1

Changelog

Bug fixes

  • Fix a regression in over-sampler where the string minority was rejected as an unvalid sampling strategy. #964 by Prakhyath07.

imbalanced-learn 0.10.0

Changelog

Bug fixes

... (truncated)

Commits
  • 20ba698 DOC fix merge conflict
  • 3fbcda6 bumpversion 0.11.0
  • 3a7633d MAINT Add fixture for dataset generation in common tests (#932)
  • 5be5670 FIX do not ignore target_names when output_dict=True in `classification_r...
  • e9d120a ENH add auto inference based on pd.CategoricalDtype in SMOTENC (#1009)
  • 704d106 ENH support array-like of str for categorical_features in SMOTENC (#1008)
  • b468f7f FIX remove spurious warning raised when over-sampling the minority class (#1007)
  • f14033b DOC fix AttributeError in Sequential object - predict_proba (#993)
  • 2b126e3 API change default of replacement and sampling_strategy in BRF (#1006)
  • 92b5305 ENH allow any dtype in input from RandomSampler (#1004)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn) from 0.8.1 to 0.11.0.
- [Release notes](https://github.com/scikit-learn-contrib/imbalanced-learn/releases)
- [Commits](scikit-learn-contrib/imbalanced-learn@0.8.1...0.11.0)

---
updated-dependencies:
- dependency-name: imbalanced-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants