Caleydo / confusionflow-ui

Visualize learning dynamics in multi-class image classifiers (e.g., convolutional neural networks) 💬 @gfrogat @thinkh
https://confusionflow.org
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

add cell with overall accuracy #154

Closed gfrogat closed 6 years ago

gfrogat commented 6 years ago

We still don't have a cell which shows an accuracy curve.

We should add this as soon as possible.

image

NMO13 commented 6 years ago

I have added an overall accuracy cell to the confusion matrix. I did not put it under the precision column since it makes the impression that it is related to the precision. Therefore I decided to put it between the FN/FP columns. image

Please provide feedback.

thinkh commented 6 years ago

Done with PR #189.