vonjd / OneR

This R package implements the One Rule (OneR) Machine Learning classification algorithm with enhancements for sophisticated handling of numeric data and missing values together with extensive diagnostic functions.
Other
40 stars 3 forks source link

ROC curve / AUC #10

Closed royfrancis closed 3 years ago

royfrancis commented 3 years ago

Is it possible to retrieve information for a ROC curve and AUC after prediction?

vonjd commented 3 years ago

In order to obtain the information you need to apply predict(..., type = "prob") to the OneR object (i.e., not "class").