model_categorical_elastic_net

model_categorical_elastic_net(x, y, alpha_list = seq(1e-04, 0.9999, 1e-04))

Arguments

x

features/predictors used in prediction of outcome

y

categorical outcome to predict

Value

elastic net results

Examples

# to be added