Returns the area under the precision-recall curve (AUPRC) based on the AMR phenotype predictions by an ML model compared against the actual values.

.calculateAUPRC(test_data_plus_predictions)

Arguments

test_data_plus_predictions

Test data (tibble) with an added column for predicted phenotype labels, such as the output of predictML()

Value

AUPRC