Learn R Programming

emil (version 2.2.3)

predict_glmnet: Predict using generalized linear model with elastic net regularization

Description

Due to the way glmnet is implemented, the regularization alpha can not be modified after the model is fitted.

Usage

predict_glmnet(object, x, s, ...)

predict_ridge_regression(object, x, s, ...)

predict_lasso(object, x, s, ...)

Arguments

Value

A list with a subset of the following elements: [object Object],[object Object],[object Object]

See Also

emil, fit_glmnet, importance_glmnet, modeling_procedure