Skip to content

Commit

Permalink
Respect verbose also in ranger()
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer79 committed Jul 28, 2024
1 parent f433edc commit fded956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The out-of-sample algorithm works as follows:
- For variables that can't be used, more information is printed.
- If `keep_forests = TRUE`, the argument `data_only` is set to `FALSE` by default.
- "missRanger" object now stores `pmm.k`.
- `verbose` argument is passed to `ranger()` as well.

# missRanger 2.5.0

Expand Down
1 change: 1 addition & 0 deletions R/missRanger.R
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ missRanger <- function(
save.memory = save.memory,
x = data[!v.na, completed, drop = FALSE],
y = y,
verbose = verbose >= 1,
...
)

Expand Down

0 comments on commit fded956

Please sign in to comment.