Python Forum

Full Version: PyCM 1.8 released: Machine learning library for confusion matrix statistical analysis
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PyCM is a multi-class confusion matrix library written in Python that supports both input data vectors and direct matrix, and a proper tool for post-classification model evaluation that supports most classes and overall statistics parameters. PyCM is the swiss-army knife of confusion matrices, targeted mainly at data scientists that need a broad array of metrics for predictive models and an accurate evaluation of large variety of classifiers.

https://github.com/sepandhaghighi/pycm
http://www.pycm.ir

Changelog :
- Lift Score (LS) added #128
- color argument added to save_html method #130
- version_check.py added
- Error messages modified #132
- Document modified #131
- Website changed to http://www.pycm.ir
- Interpretation functions moved to pycm_interpret.py
- Utility functions moved to pycm_util.py
- Unnecessary els and elif removed
- == changed to to is