Rakesh9100 / ML-Project-Drug-Review-Dataset

This is an innovative machine learning project that utilizes patient reviews with many other attributes to analyze and evaluate the effectiveness of drugs.
https://ml-project-drug-review-dataset.streamlit.app
Apache License 2.0
87 stars 117 forks source link

Bump optuna from 3.5.0 to 3.6.1 #207

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps optuna from 3.5.0 to 3.6.1.

Release notes

Sourced from optuna's releases.

v3.6.1

This is the release note of v3.6.1.

Bug Fixes

  • [Backport] Fix Wilcoxon pruner bug when best_trial has no intermediate value #5370
  • [Backport] Address issue#5358 (#5371)
  • [Backport] Fix average_is_best implementation in WilcoxonPruner (#5373)

Other

  • Bump up version number to v3.6.1 (#5372)

Thanks to All the Contributors!

This release was made possible by the authors and the people who participated in the reviews and discussions.

@​HideakiImamura, @​eukaryo, @​nabenabe0928

v3.6.0

This is the release note of v3.6.0.

Highlights

Optuna 3.6 newly supports the following new features. See our release blog for more detailed information.

  • Wilcoxon Pruner: New Pruner Based on Wilcoxon Signed-Rank Test
  • Lightweight Gaussian Process (GP)-Based Sampler
  • Speeding up Importance Evaluation with PED-ANOVA
  • Stricter Verification Logic for FrozenTrial
  • Refactoring the Optuna Dashboard
  • Migration to Optuna Integration

Breaking Changes

  • Implement optuna.terminator using optuna._gp (#5241)

These migration-related PRs do not break the backward compatibility as long as optuna-integration v3.6.0 or later is installed in your environment.

... (truncated)

Commits
  • 39f83f7 Merge pull request #5373 from eukaryo/backport-5366
  • 69c0bf3 Merge pull request #5372 from HideakiImamura/bump-up-version-number-to-v3.6.1
  • 8a573cb Merge pull request #5371 from HideakiImamura/backport-5359-to-release-v3.6.1
  • 2ef896f Merge pull request #5370 from HideakiImamura/backport-5354-to-release-v3.6.1
  • 4b1a77f Merge pull request #5366 from contramundum53/fix-wilcoxon2
  • 6ab09a9 Bump up version number to v3.6.1
  • e7fa43f Address issue#5358 (#5359)
  • 7993ddd Merge pull request #5354 from contramundum53/fix-wilcoxon
  • 0f320d4 Merge pull request #5333 from HideakiImamura/backport-v3.6.0
  • f45dd5a Merge pull request #5332 from HideakiImamura/bug/fix-unintended-breaking-change
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)