simputation icon indicating copy to clipboard operation
simputation copied to clipboard

allow custom aggregation method for randomForest

Open markvanderloo opened this issue 7 years ago • 0 comments

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)

markvanderloo avatar Jan 06 '17 10:01 markvanderloo