markvanderloo / simputation

Making imputation easy
GNU General Public License v3.0
91 stars 11 forks source link

allow custom aggregation method for randomForest #10

Open markvanderloo opened 7 years ago

markvanderloo commented 7 years ago

by predicting with predict.all=TRUE we get the matrix of predictions. Row-wise aggergation can be customized (but it may cost a lot of memory as the matrix of predictions equals nrow(newdata) x ntree)