ExplainaBoard Visualization Tools
October 8, 2022 ยท View on GitHub
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.