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

Fix unused (and unintended) import #68

Closed gen740 closed 10 months ago

gen740 commented 10 months ago

Motivation

In importance_test, there is an unused and potentially unintended import from optuna.integration, which should be ooptuna_integration.

Description of the changes

Remove import optuna.integration.shap as it is not used.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f6f7ade) 35.95% compared to head (dd7a784) 35.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ======================================= Coverage 35.95% 35.95% ======================================= Files 21 21 Lines 865 865 ======================================= Hits 311 311 Misses 554 554 ```

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