We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c276cb commit 4c2d3caCopy full SHA for 4c2d3ca
R/mod_ssdm_helpers.R
@@ -1596,8 +1596,8 @@ sdm_model_settings <- function() {
1596
glmnet2 = list(maxit = 100000L),
1597
mars = list(),
1598
mars2 = list(),
1599
- gbm = list(n.trees = 2000L, interaction.depth = 4L),
1600
- gbm2 = list(n.trees = 2000L, interaction.depth = 4L),
+ gbm = list(n.trees = 4000L, interaction.depth = 4L),
+ gbm2 = list(n.trees = 4000L, interaction.depth = 4L),
1601
rf = list(ntree = 1000L, nodesize = 5L),
1602
rf2 = list(ntree = 1000L, nodesize = 5L),
1603
ranger = list(
0 commit comments