File size: 551 Bytes
3b84e6e
adb698c
a21e77a
3b84e6e
 
621a5a4
8dc8301
 
3b84e6e
 
621a5a4
c6cc32d
 
 
 
 
621a5a4
c6cc32d
 
 
c38363b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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
- 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.