computeBinaryMetrics: Get the necessary measures in the binary classification case

Description Usage Arguments Value

Description

Get the necessary measures in the binary classification case

Usage

1
computeBinaryMetrics(pred_prob, actual, threshold)

Arguments

pred_prob

vector of predicted probabilities

actual

vector of actual results

threshold

a double between 0 and 1 (current probability threshold)

Value

a data.frame with results


alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.