optuna / optuna-dashboard

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

Add Hovertext to history plot #973

Closed hrntsm closed 1 month ago

hrntsm commented 2 months ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

Fixes #842

What does this implement/fix? Explain your changes.

Hyperparemeter as shown below in histoy plot.

Screenshot 2024-09-26 at 21 28 34

The Hovertext function is in utils directory with the assumption that it will be used in other plots.