optuna / optuna-dashboard

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

UI study-view regressions in 0.17 #994

Open youurayy opened 1 week ago

youurayy commented 1 week ago

Description

  1. the "Timeline" view doesn't fill the width of its cell anymore.
  2. the "Study User Attributes" view now defaults to 50 rows limit (before it was 5), pushing the "Intermediate values" off the view even on long pages. Also the minimum changed from 5 to 10.

Ideally the "Study User Attributes" would default to 5 again, and/or configurable in Settings, and/or remembering in a cookie or local storage.

Thanks!

image

How to Reproduce

  1. Optuna's objective function is '...'.
  2. Run optuna-dashboard with '...'
  3. Open '...' page, then click '...'.
  4. An error occurs.

Python version

3.13.0

Optuna version

4.1.0

optuna-dashboard version or git revision

0.17.0

Web browser

Chrome 131.0.6778.70 (Official Build) (arm64)

youurayy commented 1 week ago

Another solution would be swapping the "Study User Attributes" view with the "Intermediate Values" view, perhaps even making the "Study User Attributes" that the full with as the last view at the bottom.