tobegit3hub / advisor

Open-source implementation of Google Vizier for hyper parameters tuning
https://advisor.readthedocs.io
Apache License 2.0
1.55k stars 257 forks source link

Fix bug of delete operation in dashboard #25

Closed zizhazhu closed 5 years ago

zizhazhu commented 5 years ago

Delete operation icon use study id while v1_study in suggestion use study name to get the study. So I changed the delete icon's action to fix it.

tobegit3hub commented 5 years ago

Nice catch and thanks for your contribution 👍