Closed Alnusjaponica closed 9 months ago
Attention: 169 lines
in your changes are missing coverage. Please review.
Comparison is base (
dec6d6c
) 64.87% compared to head (84c5251
) 59.65%.:exclamation: Current head 84c5251 differs from pull request most recent head 2528ce6. Consider uploading reports for the commit 2528ce6 to get more accurate results
Files | Patch % | Lines |
---|---|---|
optuna_integration/skopt.py | 0.00% | 169 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think these comments have not been resolved.
perhaps, scikit-optimize needs to be added to pyproject.toml (cf. here), because this PR does not include any tests, could you provide minimal code like the one below to verify the SkoptSampler works as intended for reviewers?
I've made another PR (https://github.com/optuna/optuna-integration/pull/78) as a follow-up task.
Note that our CI cannot detect dependency errors because no tests are prepared for SkoptSampler
.
Motivation
Progress https://github.com/optuna/optuna/issues/4484
Description of the changes
No tests have transferred since SkopSampler is highly unrecommended and not tested in optuna/optuna