bin_thres_eval: Threshold Evaluation

Description Usage Arguments Value

Description

Evaluate the model for a given threshold

Usage

1
bin_thres_eval(actual, predicted, threshold = 0.5)

Arguments

actual

original data values - binary.

predicted

predicted values in probabilities or binary.

threshold

threshold at which predicted probabilities are to classified.

Value

Returns True/False Positive/Negatives


mr-hn/mlTools documentation built on July 1, 2019, 9:17 a.m.