smftools.analysis.plot.ml#
Generic plotting helpers for binary classifier evaluation.
Inputs are metric arrays and summary tables plus an explicit output path.
Functions
|
Plot a simple mean ± SEM barplot after grouping rows by |
|
|
|
|
|
- smftools.analysis.plot.ml.plot_roc_curve(fpr, tpr, roc_auc, output_path, title='')#
- Return type:
- smftools.analysis.plot.ml.plot_pr_curve(recall, precision, pr_auc, baseline, output_path, title='')#
- Return type:
- smftools.analysis.plot.ml.plot_roc_pr_pair(metrics_dict, output_path, title='', prefix='test')#
- Return type: