Use log axis if parameter's distribution is log scale #64
Labels
contribution-welcome
Welcome your contributions
enhancement
New feature or request
good-first-issue
Good first issue for contribution.
Feature Request
Related to optuna/optuna#666.
Motivation
Currently, the slice plot is always shown in linear scale. The parameters in
LogUniformDistribution
orIntLogUniformDistribution
tend to be plotted around left-edge, and it is sometimes difficult for users to analyze results. On the other hand, Optuna's visualization function automatically uses log axes for such parameters.For example, the following slice plots are rendered using
optuna/examples/pytorch/pytorch_simple.py
. Optuna's plot visualizes the peak between 0.001 to 0.01 more clearly than Oputna-dashboard's figure.(To write the results to the RDBStorage, following fix is required.)
Optuna Dashboard
Optuna
Description
Please convert axes to the log scale when parameters' distributions are log scale.
The text was updated successfully, but these errors were encountered: