optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
503 stars 83 forks source link

Remove a warning message of `PedAnovaImportanceEvaluator` #823

Closed c-bata closed 6 months ago

c-bata commented 6 months ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

Refs #820

What does this implement/fix? Explain your changes.

Remove a warning message since it isn't a problem to use Optuna Dashboard with optuna<3.6.0.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 69.60%. Comparing base (7708a1f) to head (dbec8c6). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #823 +/- ## ========================================== - Coverage 69.61% 69.60% -0.02% ========================================== Files 35 35 Lines 2376 2375 -1 ========================================== - Hits 1654 1653 -1 Misses 722 722 ```

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

c-bata commented 6 months ago

@nabenabe0928 Thank you for your review!

c-bata commented 6 months ago

Let me merge this PR, since the cause of CI failure is obviously not related to this PR.