Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 709 Bytes

visualization.md

File metadata and controls

21 lines (14 loc) · 709 Bytes

ExplainaBoard Visualization Tools

Online Interface

The web interface provides nice visualization tools, browsing capabilities, etc. and make analysis relatively easy.

Offline Tools

If you've preferred to use the offline CLI interface, there are also some rudimentary visualization tools at your disposal.

Charts: If you want to draw visualizations of the bucketed analysis results or confusion matrices offline, you can run the following command over one or more reports:

python -m explainaboard.visualizers.draw_charts --reports report1.json report2.json

The results will be written out into the figures directory.