Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 551 Bytes
title sdk app_file pinned emoji colorFrom colorTo
Plot Confusion Matrix
docker
app.py
true
🍀
orange
purple

Plot Confusion Matrix Streamlit Application

Streamlit application for plotting a confusion matrix.

TODOs

  • ggsave only uses DPI for scaling? We would expect output files to have the given DPI?
  • Allow svg, pdf?
  • Add option to change zero-tile background (e.g. to black for black backgrounds)
  • Add option to format total-count tile in sum tiles
  • Allow handling tick text - e.g. for long class names or many classes.