larry._utils._confusion_matrix

Module Contents

Classes

ConfusionMatrix

Attributes

NoneType

larry._utils._confusion_matrix.NoneType
class larry._utils._confusion_matrix.ConfusionMatrix

Bases: larry._utils._abc_parse.ABCParse

property labels
property y_true
property y_pred
property conf_mtx
property _ANNOT
property _VMAX
__heatmap__()
__call__(F_obs, F_hat, labels=None, title=None, ax=None, cmap='Blues', vmax=None, figsize=(4, 4), save=False)