Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
/ precall Public archive

R package to plot precision-recall curves and computes AUPR

License

Notifications You must be signed in to change notification settings

adessy/precall

Repository files navigation

Build Status

precall

precall is a simple R package to plot precision-recall curves and to compute the Area Under Precision-Recall curves (AUPR).

You can install the package with:

if (packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}
devtools::install_github("hadley/assertthat")
devtools::install_github("adessy/precall")

To go through a few examples, you can read the vignette : vignette("precall", package = "precall")

About

R package to plot precision-recall curves and computes AUPR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages