Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/precision_recall.R, R/rocr_functions.R
\name{compute_pr_curve}
\alias{compute_pr_curve}
\title{Computes the precision-recall curve (AUC).}
\usage{
compute_pr_curve(dt)
compute_pr_curve(dt)
}
\arguments{
\item{dt}{A data frame with columns truth (first column) and score (second column).}
}
\value{
A dataframe with precision recall.
A dataframe with precision recall.
}
\description{
Computes the precision-recall curve (AUC).
Computes the precision-recall curve (AUC).
}