larry._utils._multiclass_precision_recall¶
Module Contents¶
Classes¶
Attributes¶
- larry._utils._multiclass_precision_recall.NoneType¶
- class larry._utils._multiclass_precision_recall.MulticlassPrecisionRecall(threshold=0.3, minor_fate_key='minor')¶
Bases:
larry._utils._abc_parse.ABCParse- property _f_hat_fates¶
- property _f_obs_fates¶
- property _fates_missing_from_f_hat¶
- property _fates_missing_from_f_obs¶
- property fates¶
- property F_obs¶
- forward(i, fate)¶
- __call__(F_obs, F_hat, save_path=None)¶