R/model_categorical_elastic_net.R
model_categorical_elastic_net.Rdmodel_categorical_elastic_net
model_categorical_elastic_net(x, y, alpha_list = seq(1e-04, 0.9999, 1e-04))
| x | features/predictors used in prediction of outcome |
|---|---|
| y | categorical outcome to predict |
elastic net results
# to be added