R/prauc_table.R

Defines functions prauc_table

Documented in prauc_table

# Create a generic function for usage, which other files will implement.
#' Generate a table of PR-AUCs by learner
#'
#' Currently supports SuperLearner or CV.SuperLearner objects.
#'
#' @param x SuperLearner or CV.SuperLearner object
#' @param ... Remaining arguments passed through to the methods.
#' @export
# TODO: improve generic documentation.
prauc_table = function(x, ...) UseMethod("prauc_table")

Try the ck37r package in your browser

Any scripts or data that you put into this service are public.

ck37r documentation built on Feb. 6, 2020, 5:09 p.m.