Merge pull request #532 from sepandhaghighi/master

PyCM added
This commit is contained in:
Joseph Misiti 2018-09-10 10:35:58 -04:00 committed by GitHub
commit 538642b397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1033,6 +1033,7 @@ be
* [scikit-plot](https://github.com/reiinakano/scikit-plot) - A visualization library for quick and easy generation of common plots in data analysis and machine learning.
* [Bowtie](https://github.com/jwkvam/bowtie) - A dashboard library for interactive visualizations using flask socketio and react.
* [lime](https://github.com/marcotcr/lime) - Lime is about explaining what machine learning classifiers (or models) are doing. It is able to explain any black box classifier, with two or more classes.
* [PyCM](https://github.com/sepandhaghighi/pycm) - 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
<a name="python-misc"></a>
#### Misc Scripts / iPython Notebooks / Codebases