importance_glmnet: Feature importance extractor for elastic net models

Description Usage Arguments Value Author(s) See Also

View source: R/glmnet.r

Description

Feature importance extractor for elastic net models

Usage

1
2
3
4
5

Arguments

object

Fitted elastic net model, as produced by fit_glmnet.

s

Regularization parameter lambda.

...

Sent to predict.glmnet.

Value

A feature imortance data frame.

Author(s)

Christofer Bäcklin

See Also

emil, fit_glmnet, predict_glmnet, modeling_procedure


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to importance_glmnet in emil...