Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 921 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 921 Bytes

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