Skip to content

Commit 07541d6

Browse files
committed
use elasticnet with alpha = 0.5
1 parent 15d8c62 commit 07541d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mod_ssdm_helpers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ sdm_model_settings <- function() {
15931593
glmpoly = list(degree = 2L),
15941594
gam = list(method = "REML", select = TRUE, gamma = 1.2),
15951595
glmnet = list(maxit = 100000L),
1596-
glmnet2 = list(maxit = 100000L),
1596+
glmnet2 = list(maxit = 100000L, alpha = 0.5),
15971597
mars = list(),
15981598
mars2 = list(),
15991599
gbm = list(n.trees = 4000L, interaction.depth = 4L),

0 commit comments

Comments
 (0)