AliceO2Group / o2tuner

A tool for optimizing routines in ALICE O2
GNU General Public License v3.0
4 stars 2 forks source link

Visualisation dashboard #18

Open benedikt-voelkel opened 2 years ago

benedikt-voelkel commented 2 years ago

We could think about a handy visualisation dashboard in the browser. Already, optuna by default relies on plotly for visualisations which yields quite interactive plots. We could think about a mechanism to load them e.g. via a notebook. So having a notebook that reads in and displays the performance and evaluation plots could be extremely useful for the user to have get a comprehensive overview of the optimisation.

benedikt-voelkel commented 1 year ago

We should explore https://github.com/optuna/optuna-dashboard a bit but there seems to be no need of implementing anything like this ourselves