Update python-machine-learning-libs #459
Merged
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.
This PR contains the following updates:
==1.0.2->==1.0.4==4.5.0->==4.6.0==0.48.0->==0.49.1Release Notes
pavlin-policar/openTSNE (opentsne)
v1.0.4Compare Source
v1.0.3Compare Source
optuna/optuna (optuna)
v4.6.0Compare Source
This is the release note of v4.6.0.
Highlights
Optuna Dashboard LLM Integration
Optuna Dashboard is a web-based tool that helps you easily explore and visualize your Optuna optimization history. The latest release, v0.20.0, introduces LLM integration, enabling the natural language-based Trial filtering and automatic Plotly chart generation. Please refer to the release blog for more details.
Further Speed Enhancements for
GPSamplerGPSamplerbecomes significantly faster owing to parallelized multi-start acquisition function optimization via PyTorch batching, and to optimized NumPy operations.Full Support for Multi-objective and Constrained Optimization in AutoSampler
We have fully implemented sampler selection rules for multi-objective and constrained optimization in AutoSampler. For more details, please see our blog post, "AutoSampler: Full Support for Multi-Objective & Constrained Optimization."
Additions of Robust Bayesian Optimization Packages
Robust Bayesian optimization methods have been added to OptunaHub. Robust Bayesian optimization enables suggesting more robust parameters against input perturbations. This is especially helpful for Sim2Real transfer scenarios.
Breaking Changes
TrialState.__repr__andTrialState.__str__(#6281, thanks @ktns!)Enhancements
read_logs(#6144)GPSampler(#6244)TPESampler'ssample_relative(#6265)find_or_raise_by_idin_set_trial_value_without_commit(#6266)GPSamplerby Batching Acquisition Function Evaluations (#6268, thanks @Kaichi-Irie!)_CachedStorage'sget_best_trial(#6270)_set_trial_attr_without_commitfor PostgreSQL (#6282, thanks @jaikumarm!)statesargument to_read_trials_from_remote_storage(#6288)np.linalg.invwithnp.linalg.choleskyto speed upGPSamplerfornumpy>=2.0.0(#6296)Bug Fixes
_CachedStorage's_read_trials_from_remote_storage(#6310)Documentation
AutoSamplerto the sampler comparison table in the API reference (#6260, thanks @Kaichi-Irie!)GPSamplerdocument to reflect support for constrained multi-objective optimization (#6262)TPESamplerdocument (#6263)Examples
Tests
Code Fixes
fit_kernel_paramstoGPRegressor(#6243)TYPE_CHECKINGin_brute_force.py(#6259, thanks @Kaichi-Irie!)_gp/scipy_blas_thread_patch.py(#6269, thanks @Kaichi-Irie!)batched_lbfgsbmodule compatible withscipy.optimize(#6273, thanks @Kaichi-Irie!)optuna.study._frozen.py(#6275, thanks @GabrielRomaoG!)TYPE_CHECKINGinoptuna.importance.__init__(#6278, thanks @euangoodbrand!)FanovaImportanceEvaluator(#6279, thanks @euangoodbrand!)TYPE_CHECKINGin/study/_optimize.py(#6280, thanks @euangoodbrand!)TYPE_CHECKINGinoptuna/pruners/_nop.py(#6297, thanks @AddyM!)TYPE_CHECKINGinoptuna/samplers/_random.py(#6298, thanks @AddyM!)optuna/distributions.py(#6306)tests/samplers_tests/tpe_tests/test_truncnorm.py(#6307)optuna/study/study.py(#6309, thanks @unKnownNG!).formatcode to the new f string format in thetest_journal.py(#6312, thanks @Zrahay!)visualization/_pareto_front.py(#6314, thanks @dross20!)001_first.py(#6315, thanks @satyarth7srivastava!)_intermediate_values.py(#6316, thanks @nihalsiddiqui7!).formatto f-string in_percentile.py(#6323, thanks @Jongwan93!)Continuous Integration
sklearn.pyto fix mypy checks (optuna/optuna-integration#249)test_parallel_optimize_with_sleep(#6241).coveragerctopyproject.toml(#6292, thanks @ParagEkbote!)Engine(#6303)Other
4.6.0.dev(optuna/optuna-integration#245)__version__to init (optuna/optuna-integration#247).coveragerctopyproject.toml(optuna/optuna-integration#252, thanks @ParagEkbote!)Thanks to All the Contributors!
This release was made possible by the authors and the people who participated in the reviews and discussions.
@AddyM, @GabrielRomaoG, @Jongwan93, @Kaichi-Irie, @ParagEkbote, @Zrahay, @c-bata, @contramundum53, @dross20, @euangoodbrand, @fusawa-yugo, @gen740, @jaikumarm, @kAIto47802, @ktns, @nabenabe0928, @nihalsiddiqui7, @not522, @satyarth7srivastava, @sawa3030, @toshihikoyanase, @unKnownNG, @y0z
shap/shap (shap)
v0.49.1Compare Source
What's Changed
Fix broken v0.49.0 release.
The previous Release wasn't properly published due to HTTP errors on MacOS.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.