Description Usage Arguments Value
View source: R/ranger_classification.R
This function calculates a bunch of classification performance metrics to help evaluate the quality of the classification. For more info onto the calculated values see e.g. [Binary Classification Metrics](https://en.wikipedia.org/wiki/Evaluation_of_binary_classifiers)
1 2 3 4 | classification_metrics(
result_table,
Number_of_samples = result_table$Number_of_samples
)
|
result_table |
the result table generated by a store_*() |
Number_of_samples |
the results table column with the number of samples to calculate metrics. The default works for ranger classification. It has to be overwritten by the number of validation samples for keras neural networks |
the result_table with additional metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.