Description Usage Arguments Examples
View source: R/rank_function.R
Ranks several methods of classification based on their level of predictive accuracy. Returns a matrix of methods and ranked accuracies from largest to smallest. MUST run "model_cat" function prior to "rank_methods".
1 | rank_methods(object)
|
object |
An object passed from the "model_cat" function. |
1 2 | object <- model_cat(Potability ~ ., water_potability, water_test)
rank_methods(object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.