plot a pretty confusion matrix with seaborn and matplotlib in python
Created on Mon Jun 25 14:17:37 2018 @author: Wagner Cipriano - wagnerbhbr
This module get a pretty print confusion matrix from a np matrix or from a y_test and predition values
REFerences:
-
Mat lab confusion matrix
-
Other Examples in python
a) https://stackoverflow.com/questions/28200786/how-to-plot-scikit-learn-classification-report
c) https://www.programcreek.com/python/example/96197/seaborn.heatmap
d) https://stackoverflow.com/questions/19233771/sklearn-plot-confusion-matrix-with-labels/31720054