There is a newer version of the record available.

Published January 22, 2018 | Version v0.1
Software Open

pycm : multi class confusion matrix library in python

  • 1. Sharif University Of Technology

Description

In the field of machine learning and specifically the problem of statistical classification, a confusion matrix, also known as an error matrix, is a specific table layout that allows visualization of the performance of an algorithm, typically a supervised learning one (in unsupervised learning it is usually called a matching matrix). Each row of the matrix represents the instances in a predicted class while each column represents the instances in an actual class (or vice versa)

pycm(python confusion matrix) is a multi class confusion matrix library in python.

First Release Supported Class Statistics :

  • ACC
  • BM
  • DOR
  • F1-Score
  • FDR
  • FNR
  • FOR
  • FPR
  • LR+
  • LR-
  • MCC
  • MK
  • NPV
  • PPV
  • TNR
  • TPR

Files

sepandhaghighi/pycm-v0.1.zip

Files (40.8 kB)

Name Size Download all
md5:e7e533cffd602edf6c7989b9ae0f198e
40.8 kB Preview Download

Additional details

Related works