optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
521 stars 86 forks source link

Scatter plot of ranks as a more readable contour plot #384

Open contramundum53 opened 1 year ago

contramundum53 commented 1 year ago

Motivation

Current contour plot looks like this with around 2000 trials and 8 parameters. image image

(Plotly version freezes my VSCode so I show the matplotlib version.)

These figures are not very readable and helpful. There are several points to improve:

I improved these points to create this figure. image

スクリーンショット 2023-02-01 11 36 41

From these plots, we can analyze that 1. the optimization landscape is very smooth, 2. the parameters are pretty independent, 3. the last three parameters are less important than other parameters, and 4. we already have enough samples to explore the search space.

c-bata commented 1 year ago

@contramundum53 Cool! We welcome your contribution 👍