File size: 810 Bytes
3b84e6e
adb698c
a21e77a
3b84e6e
 
621a5a4
8dc8301
 
3b84e6e
 
621a5a4
c6cc32d
 
 
 
 
8dd9b7b
621a5a4
c6cc32d
 
 
 
747851f
c38363b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Plot Confusion Matrix
sdk: docker
app_file: app.py
pinned: true
emoji: πŸ€
colorFrom: orange
colorTo: purple
---

# Plot Confusion Matrix Streamlit Application

Streamlit application for plotting a confusion matrix.


## TODOs
- Add option to preview plot in black and white (for printed papers)
- ggsave only uses DPI for scaling? We would expect output files to have the given DPI?
- Allow svg, pdf?
- Add full reset button (empty cache on different files) - callback?
- Add option to change zero-tile background (e.g. to black for black backgrounds)
- Add option to format total-count tile in sum tiles
- Selectable templates (for 2,3,4,5 classes - one selects num classes and pick a color scheme and other common defaults)
- Allow handling tick text - e.g. for long class names or many classes.