Metadata-Version: 2.0
Name: pycm
Version: 0.8
Summary: Multiclass confusion matrix library in python
Home-page: https://github.com/sepandhaghighi/pycm
Author: Sepand Haghighi
Author-email: sepand@qpage.ir
License: MIT
Download-URL: https://github.com/sepandhaghighi/pycm/tarball/v0.8
Project-URL: Source, https://github.com/sepandhaghighi/pycm
Project-URL: Webpage, http://pycm.shaghighi.ir
Description-Content-Type: UNKNOWN
Keywords: confusion-matrix python3 python machine_learning ML
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=2.7
Requires-Dist: codecov
Requires-Dist: art
Requires-Dist: numpy


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.

