Compute roc and prc curves as well as AUCs (area under the curves).
1 |
y_true |
true binary labels in binary label indicators |
y_pred |
target scores, can either be probability estimates of the positive class, confidence values, or binary decisions. |
is_prob |
whether predictions (y_pred) are probabilities. If so additional metrics are computed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.