optuna / optuna-dashboard

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

Fix a contour plot visualization issue with categorical parameters #988

Closed porink0424 closed 2 weeks ago

porink0424 commented 2 weeks 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 #978

What does this implement/fix? Explain your changes.

The issue was caused by a mismatch between the data type and the actual serialized data, preventing values from being retrieved correctly. This PR fixes this issue.