R/learning_models.R
cm_logistic.Rd
Creates a model wrapper around glm(family = binomial) for binary classification / propensity score estimation.
glm(family = binomial)
cm_logistic()
A list with fit, predict_proba, and insample_proba functions.
fit
predict_proba
insample_proba