Open KiloLiuton opened 6 months ago
Calling OptunaSearchCV with argument verbose=0 should not produce any verbose output to stdout
Hmm, I don't think so. This argument controls OptunaSearchCV
's logger, not optuna's logger as defined in the codebase. It would be great to clarify this in the docs.
Expected behavior
Calling OptunaSearchCV with argument
verbose=0
should not produce any verbose output to stdout, but it still prints a warning, a study creation message, and one line for every trial performed.Environment
Error messages, stack traces, or logs
Steps to reproduce
Additional context (optional)
No response