Skip to contents

Computes the precision-recall curve (AUC).

Usage

compute_pr_curve(dt)

Arguments

dt

A data frame with columns truth (first column) and score (second column).

Value

A dataframe with precision recall.