Description Usage Arguments Value
Generate_ROC_curve
1 | generate_ROC_curve(RF_models, dataset, labels, title)
|
RF_models |
A list containing caret RF_models. If using Run_RF_Pipeline this information will be contained within the fifth index of the returned list. |
dataset |
The feature_table that was input into Run_RF_Pipeline |
labels |
The actual labels for each sample(row) within the dataset |
title |
The title of the plot |
Returns a ggplot object that plots the testing AUC of each of the best cross-validated random forest models generated when data is split into test and cross-validation datasets. Note that the redline represents the mean value for the senstivity and specificity at each step tested during ROC calculation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.