mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Remove a warning message of PedAnovaImportanceEvaluator
This commit is contained in:
@@ -29,7 +29,6 @@ except Exception as e:
|
||||
try:
|
||||
from optuna.importance import PedAnovaImportanceEvaluator # type: ignore[attr-defined]
|
||||
except ImportError:
|
||||
_logger.warning("optuna>=3.6.0 is required for PedAnovaImportanceEvaluator.")
|
||||
PedAnovaImportanceEvaluator = None # type: ignore
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user