Skip to content
Snippets Groups Projects
compute_pr_curve.Rd 431 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/precision_recall.R
\name{compute_pr_curve}
\alias{compute_pr_curve}
\title{Computes the precision-recall curve (AUC).}
\usage{
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.
}
\description{
Computes the precision-recall curve (AUC).
}