Closed y0z closed 9 months ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Motivation
Description of the changes
In this PR, I apply some changes required to migrate the sklearn integration as follows.
optuna_integration.OptunaSearchCV
and other modules.optuna_integration
, notoptuna.integration
(the current reference generation has an inappropriate cycle dependency, i.e., the documents foroptuna_integraiton
are generated from the implementations inoptuna.integration
).:func:
and:class:
for components inoptuna.integration
modules to hyperlinks because references to components of another repository do not work.