Closed gen740 closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f6f7ade
) 35.95% compared to head (dd7a784
) 35.95%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Motivation
In
importance_test
, there is an unused and potentially unintended import fromoptuna.integration
, which should beooptuna_integration
.Description of the changes
Remove
import optuna.integration.shap
as it is not used.