Model_Class: Model class definition

Description Slots

Description

The Model object contains all of the information describing a fitted binnr Scorecard. This includes a list of the Transforms used for WoE substitution, which variables entered the model, and some performance metrics.

Slots

name

short model identifier

description

short description of the model

settings

saved list of settings used to bin and fit the model

transforms

list of Bin Transforms used to fit the model

dropped

character vector denoting which variables were dropped at time of fit

inmodel

character vector denoting which variables entered the model

coefs

intercept and coefficients of the fitted model as a numeric vector

contribution

some measure of variable contribution to the model's predictive power

ks

statistic measuring the separation of the two performance classes

fit

the result of the cv.glmnet function call


Zelazny7/rubbish documentation built on May 10, 2019, 1:56 a.m.