mlos-vizο
The mlos_viz module is an aid to visualizing experiment benchmarking and optimization results generated and stored by mlos_bench.
Overviewο
Its core API is mlos_viz.plot(experiment), initially implemented as a wrapper around dabl to provide a basic visual overview of the results, where experiment is an ExperimentData objected returned from the mlos_bench.storage layer APIs.
In the future, we plan to add more automatic visualizations, interactive visualizations, feedback to the mlos_bench experiment trial scheduler, etc.
Itβs available for pip install via the pypi repository at mlos-viz.
See Alsoο
https://microsoft.github.io/MLOS/autoapi/mlos_viz/ for more documentation details