optuna / optuna-dashboard

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

User attributes disappears when renaming studies #910

Closed EirikVinje closed 1 month ago

EirikVinje commented 1 month ago

Description

When you rename a study in the browser on e.g "$optuna-dashboard sqlite:///highlight.db --port 8080", the user attributes set by study.set_user_attr (not trial.set_user_attr), the user attributes disappears.

How to Reproduce

  1. Add some user attributes to your study
  2. Run the study for some trials
  3. Open web-browser and review results and additional study user attributes
  4. Rename the study for e.g further storage and completion check
  5. User attributes disappears

Python version

3.10.9

Optuna version

3.6.1

optuna-dashboard version or git revision

0.15.1

Web browser

Firefox