Description Usage Arguments Value
This function allows to use a custom thresholding method to compute the Miss-Rate (False Negative Rate).
1 | prob.max_missrate(preds, labels, thresh = 0.5)
|
preds |
Type: numeric. The predictions. |
labels |
Type: numeric. The labels (0, 1). |
thresh |
Type: numeric. The cutoff (threshold) probability which is deemed positive when higher or equal, or negative when lower. Defaults to |
The Miss-Rate (False Negative Rate) at the provided threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.