coefs_to_points: Map a set of elastic net logistic regression coeficients 1-1...

Description Usage Arguments

View source: R/model_training.R

Description

Map a set of elastic net logistic regression coeficients 1-1 to points where 100 is the chosen threshold

Usage

1
coefs_to_points(objModel, thresholdStrat = 0.4, pointsStrat = 100)

Arguments

objModel

an elastic net logistic model fit using caret

thresholdStrat

the percentage probability to cut off as positive

pointsStrat

the threshold in points to map the cut off to


dgarmat/dgfunctionpack documentation built on May 17, 2020, 9:58 p.m.