Description Usage Arguments Value
View source: R/ranger_classification.R
This function calculates predicted_rf accuracy, which means it counts the amount of true positives and true negatives.
| 1 | prediction_accuracy(predicted_rf, test_set)
 | 
| predicted_rf | the ranger prediction object | 
| test_set | the test_set containing the true values | 
The accuracy in percentage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.