helper_plot_classif_analysis: Plot RECALL, PRECISION & F1 SCORE versus top n predictions...

View source: R/helper.R

helper_plot_classif_analysisR 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.


previsionio documentation built on March 18, 2022, 6:41 p.m.