Nothing
Code
pROC::auc(response = pred_bag$bag_label, predictor = pred_bag$.pred) %>%
suppressMessages()
Output
Area under the curve: 1
Code
pROC::auc(response = pred_bag$bag_label, predictor = pred_bag$.pred) %>%
suppressMessages()
Output
Area under the curve: 1
Code
pROC::auc(response = pred_bag$bag_label, predictor = pred_bag$.pred) %>%
suppressMessages()
Output
Area under the curve: 1
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.