Multiclass confusion matrix library in python
Project 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycm-0.8.tar.gz
(22.6 kB
view hashes)
Built Distribution
pycm-0.8-py2.py3-none-any.whl
(20.2 kB
view hashes)