Skip to contents

This function takes a precision-recall object and returns precision-recall curves and AUCs for both aggregated and individual parameters.

Usage

get_pr_curve(pr_obj, ...)

Arguments

pr_obj

precision-recall object.

...

Additional arguments to be passed to ggplot2::geom_path.

Value

precision-recall curves and AUCs for both aggregated and individual parameters.