Learn R Programming

tidylearn (version 0.1.0)

tl_evaluate_thresholds: Evaluate metrics at different thresholds

Description

Evaluate metrics at different thresholds

Usage

tl_evaluate_thresholds(actuals, probs, thresholds, pos_class)

Value

A tibble of metrics at different thresholds

Arguments

actuals

Actual values (ground truth)

probs

Predicted probabilities

thresholds

Vector of thresholds to evaluate

pos_class

The positive class