loglossBinary | R Documentation |
This function calculates log loss/cross-entropy loss for binary models. NOTE: when result is 0.69315, the classification is neutral; it assigns equal probability to both classes.
loglossBinary(tag, score, eps = 0.001)
tag |
Vector. Real known label |
score |
Vector. Predicted value or model's result |
eps |
Numeric. Epsilon value |
Other Model metrics:
ROC()
,
conf_mat()
,
errors()
,
gain_lift()
,
model_metrics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.