Skip to content

Commit

Permalink
change verbosity to reflect step size
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Nov 22, 2024
1 parent 0f252f9 commit 1da5a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/orsf_R6.R
Original file line number Diff line number Diff line change
Expand Up @@ -3081,7 +3081,7 @@ ObliqueForest <- R6::R6Class(

cpp_args$x <- cpp_args$x[, -worst_index, drop = FALSE]
n_predictors <- n_predictors - n_drop
current_progress <- current_progress + 1
current_progress <- current_progress + n_drop

}

Expand Down

0 comments on commit 1da5a68

Please sign in to comment.