Skip to content

Commit

Permalink
Windows check
Browse files Browse the repository at this point in the history
Deletion of GuloGulo
  • Loading branch information
HeleneBlt committed Apr 4, 2024
1 parent 20e9784 commit 8352c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/bm_Tuning.R
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ bm_Tuning <- function(model,
XGBOOST.colsample_bytree = c(0.6, 0.8),
XGBOOST.min_child_weight = 1,
XGBOOST.subsample = 0.5)

for (i in names(params.train)) {
if (i %in% names(params.train_init)) {
params.train_init[[i]] = params.train[[i]]
Expand Down

0 comments on commit 8352c77

Please sign in to comment.