optuna/optuna-examples

intermediate values and objective value use different metrics in `LightGBMPruningCallback`

nzw0301 opened this issue · 2 comments

Expected behavior

In https://github.com/optuna/optuna-examples/blob/main/lightgbm/lightgbm_integration.py, the reported intermediate values should be the same metric as the objective value. However the current implementation, intermediate values are auc and the objective value is accuracy. If this is intended, at least some comments are necessary to warn the using different metrics.

Environment

  • Optuna version: NA
  • Python version: NA
  • OS: NA
  • (Optional) Other libraries and their versions: NA

Error messages, stack traces, or logs

# error messages, stack traces, or logs

Steps to reproduce

NA

Reproducible examples (optional)

NA

Additional context (optional)

optuna/optuna#5348

This issue has not seen any recent activity.

This issue has not seen any recent activity.