helper_plot_classif_analysis {previsionio} | R Documentation |
Plot RECALL, PRECISION & F1 SCORE versus top n predictions for a binary classification use case
Description
Plot RECALL, PRECISION & F1 SCORE versus top n predictions for a binary classification use case
Usage
helper_plot_classif_analysis(actual, predicted, top, compute_every_n = 1)
Arguments
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) |
Value
data.frame - metrics computed between actual and predicted vectors.
[Package previsionio version 11.7.0 Index]