ezr.auc_plot: AUC Plot

Description Usage Arguments Value Examples

Description

Generates an AUC plot: TPR vs FPR.

Usage

1
ezr.auc_plot(dataset, truth, prediction, title = NULL)

Arguments

dataset

dataset

truth

The target. Should be 0 and 1

prediction

Prediction value. Higher should = better

title

Null by default

Value

Returns an ROC AUC plot

Examples

1
 ezr.auc_plot(dataset = easyr::dataset_telco_churn_from_kaggle, truth='Churn',prediction = 'TotalCharges')

jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.