Skip to content
/ prauc Public

Estimation of precision-recall AUC with confidence interval, following Boyd et al (2013)

License

Notifications You must be signed in to change notification settings

lsdch/prauc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR AUC

Estimation of precision-recall AUC with confidence interval, following Boyd et al (2013). Mirror of OCaml implementation at https://github.com/pveber/prc/

Installation

devtools::install_github("https://github.com/lsdch/prauc")

Usage

This package is designed to integrate with dplyr syntax, and operates on dataframes or tibbles by specifying columns that contain the relevant data.

prauc_estimates = preds_df %>% prauc::prauc(score_col, oracle_col, alpha=0.05)

Boyd, K., Eng, K. H., & Page, C. D. (2013). Area under the precision-recall curve: point estimates and confidence intervals. In Joint European conference on machine learning and knowledge discovery in databases (pp. 451-466). Springer, Berlin, Heidelberg.

About

Estimation of precision-recall AUC with confidence interval, following Boyd et al (2013)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages