dwww Home | Show directory contents | Find package

context("auc")

skip_on_cran()

skip_if_not_installed("modeltests")
library(modeltests)

skip_if_not_installed("AUC")

test_that("AUC::roc tidier arguments", {
  check_arguments(tidy.roc)
})

test_that("tidy.roc", {
  data(churn, package = "AUC")
  r <- AUC::roc(churn$predictions, churn$labels)

  td <- tidy(r)
  check_tidy_output(td)
  check_dims(td, expected_cols = 3)
})

Generated by dwww version 1.15 on Fri Jun 21 08:11:14 CEST 2024.