optuna / optuna-integration

Extended functionalities for Optuna in combination with third-party libraries.
https://optuna-integration.readthedocs.io/en/latest/index.html
MIT License
39 stars 30 forks source link

Add sklearn integration #66

Closed y0z closed 9 months ago

y0z commented 10 months ago

Motivation

Description of the changes

In this PR, I apply some changes required to migrate the sklearn integration as follows.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (f6f7ade) 35.95% compared to head (29e74be) 54.12%.

Files Patch % Lines
optuna_integration/__init__.py 61.22% 19 Missing :warning:
optuna_integration/sklearn.py 96.93% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## =========================================== + Coverage 35.95% 54.12% +18.17% =========================================== Files 21 23 +2 Lines 865 1273 +408 =========================================== + Hits 311 689 +378 - Misses 554 584 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.