auc_train_test: Area Under the Curve

Description Usage Arguments

View source: R/auc-train-test.R

Description

Get area under the ROC curve for both training and test data.

Usage

1
auc_train_test(model, train, test, truth, type = "response")

Arguments

model

Model object.

train

Training data.

test

Testing data.

truth

Ground-truth labels.

type

Type of predictions to be made; passed to predict.


mattwarkentin/precogs documentation built on Jan. 12, 2020, 6:24 p.m.