optuna/optuna-examples

Use `FloatDistribution` and `IntDistribution` in sklearn example

toshihikoyanase opened this issue · 0 comments

Motivation

Optuna v3.0.0b0 deprecated LogUniformDistribution and IntUniformDistribution, but they are still used in the sklearn example.

Description

Replace

  • LogUniformDistribution with FloatDistribution,
  • IntUniformDistribution with IntDistribution

Alternatives (optional)

N/A

Additional context (optional)

N/A