computeCvAUC: Compute Cross Validation Area Under the Curve

View source: R/dlcv_function.R

computeCvAUCR Documentation

Compute Cross Validation Area Under the Curve

Description

Estimate the area under the curve (AUC) metric from computed cross validation metrics.

Usage

computeCvAUC(folds, model, confidence = 0.95)

Arguments

folds

Nested tibble object with the training and test predictions, trn_preds and tst_preds respectively.

model

Model

confidence

Confidence

Value

Tibble with the computed AUC with CI for both training and test folds.


mikeniemant/nbs documentation built on June 23, 2022, 4:52 a.m.