accuracy_thresh_expand | R Documentation |
Compute accuracy after expanding 'y_true' to the size of 'y_pred'.
accuracy_thresh_expand(y_pred, y_true, thresh = 0.5, sigmoid = TRUE)
y_pred |
predictions |
y_true |
actuals |
thresh |
threshold point |
sigmoid |
sigmoid function |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.