Description Usage Arguments Value See Also Examples
View source: R/blr-model-validation.R
Confusion matrix and statistics.
1 2 3 4 | blr_confusion_matrix(model, cutoff = 0.5, data = NULL, ...)
## Default S3 method:
blr_confusion_matrix(model, cutoff = 0.5, data = NULL, ...)
|
model |
An object of class |
cutoff |
Cutoff for classification. |
data |
A |
... |
Other arguments. |
Confusion matix.
Other model validation techniques:
blr_decile_capture_rate()
,
blr_decile_lift_chart()
,
blr_gains_table()
,
blr_gini_index()
,
blr_ks_chart()
,
blr_lorenz_curve()
,
blr_roc_curve()
,
blr_test_hosmer_lemeshow()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.