Description Usage Arguments Value
This function allows to use a custom thresholding method to maximize the binary accuracy. A data.table of values is returned.
1 | plotting.max_acc(preds, labels, plots = TRUE, ...)
|
preds |
Type: numeric. The predictions. |
labels |
Type: numeric. The labels (0, 1). |
plots |
Type: numeric. Whether to plot the data immediately or not. |
... |
Other arguments to pass to |
A data.table containing the probabilities and their accuracy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.