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)
true value (0 or 1 only)
prediction vector (probability)
top individual to analyse
compute indicators every n individuals (1 by default)
data.frame - metrics computed between actual and predicted vectors.