draugr.tensorboard_utilities.experimental.pretty_cf.pretty_print_conf_matrix

draugr.tensorboard_utilities.experimental.pretty_cf.pretty_print_conf_matrix(y_true: ~typing.Sequence, y_pred: ~typing.Sequence, classes: ~typing.Sequence, normalize: bool = False, title: str = 'Confusion matrix', cmap=<matplotlib.colors.LinearSegmentedColormap object>) None[source]

Mostly stolen from: http://scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html#sphx-glr-auto-examples-model-selection-plot-confusion-matrix-py

Normalization changed, classification_report stats added below plot