Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvoirol committed Jun 3, 2024
1 parent e05d7e5 commit 4678231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions training.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ train_save_model <- function(cleaned_df, outcome_df) {

# Meta-parameters swag algorithm
control <- list(pmax = 35, # maximum dimension explored
alpha = .15, #normally a small value, corresponds to the kept at each iteration
m = 40L, # max number of models explored per dimension
alpha = .1, #normally a small value, corresponds to the kept at each iteration
m = 80L, # max number of models explored per dimension
seed = 123L, #for replicability
verbose = T #keeps track of completed dimensions)
)
Expand Down Expand Up @@ -424,6 +424,6 @@ train_save_model <- function(cleaned_df, outcome_df) {


# train_save_model(cleaned_df = cleaned_df, outcome_df = outcome_df)

#


0 comments on commit 4678231

Please sign in to comment.