helper_plot_classif_analysis | R Documentation |
Plot RECALL, PRECISION & F1 SCORE versus top n predictions for a binary classification use case
helper_plot_classif_analysis(actual, predicted, top, compute_every_n = 1)
actual |
true value (0 or 1 only) |
predicted |
prediction vector (probability) |
top |
top individual to analyse |
compute_every_n |
compute indicators every n individuals (1 by default) |
data.frame - metrics computed between actual and predicted vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.