extract.glmnet.effects {iml} | R Documentation |
Extract glmnet effects
Description
Extract glmnet effects
Usage
extract.glmnet.effects(betas, best.index, x.recoded, x.original)
Arguments
betas |
glmnet$beta |
best.index |
index k |
x.recoded |
the recoded version of x |
x.original |
the original x Assuming that the first row is the x.interest |
[Package iml version 0.11.3 Index]