Skip to content

Commit

Permalink
Merge branch 'random_forest_imputation' of https://github.com/jpquast…
Browse files Browse the repository at this point in the history
…/protti into random_forest_imputation
  • Loading branch information
elena-krismer committed Oct 10, 2024
2 parents 86d58ae + 4f2a737 commit cce817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/impute.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impute <- function(data,
comparison = comparison,
missingness = missingness,
noise = NULL,
method = c("ludovic", "randomforest"),
method = c("ludovic"),
skip_log2_transform_error = FALSE,
retain_columns = NULL,
...) {
Expand Down

0 comments on commit cce817c

Please sign in to comment.