Nothing
Code
roc_aunu(two_class_example, truth, Class1)
Condition
Error in `roc_aunu()`:
! The number of levels in `truth` (2) must match the number of columns supplied in `...` (1).
options
is deprecatedCode
out <- roc_aunu(two_class_example, truth, Class1, Class2, options = 1)
Condition
Warning:
The `options` argument of `roc_aunu()` was deprecated in yardstick 1.0.0.
i This argument no longer has any effect, and is being ignored. Use the pROC package directly if you need these features.
Code
out <- roc_aunu_vec(truth = two_class_example$truth, estimate = as.matrix(
two_class_example[c("Class1", "Class2")]), options = 1)
Condition
Warning:
The `options` argument of `roc_aunu_vec()` was deprecated in yardstick 1.0.0.
i This argument no longer has any effect, and is being ignored. Use the pROC package directly if you need these features.
Code
roc_aunu_vec(cp_truth, estimate)
Condition
Error in `roc_aunu_vec()`:
! `truth` should not a <class_pred> object.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.