L L wrote: > I am new here. I would like to compare the performance of the random forest > model with support vector machine. Can anybody let me know how to generate > a ROC curve for random forest model since there is no need to run the > cross-validation. Thank you very much!
The ROCR package provides performance measures like AUC, Sensitivity or ROC curves. Especially the performance() function is of interest. Chris ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.