facets icon indicating copy to clipboard operation
facets copied to clipboard

Dive - Confusion Matrix (Count of each blocks)

Open DeepakLabh opened this issue 7 years ago • 1 comments

As in every example - the visualisations are there, Is it also possible to have the count of each block somewhere, eg True positives and all.

Thanks.

DeepakLabh avatar Aug 18 '18 22:08 DeepakLabh

Right now if you want confusion matrices with counts and are interested in Facets Dive as well, check out the what-if tool, which is a new part of TensorBoard which includes Facets Dive, Facets Overview, confusion matrices, and way more (and can take in CSV as input, in addition to its normal mode of taking in tf.example protos and querying a live tensorflow model for inference results). https://pair-code.github.io/what-if-tool/ and https://github.com/tensorflow/tensorboard/tree/master/tensorboard/plugins/interactive_inference

jameswex avatar Nov 19 '18 14:11 jameswex