aggregate_mean_or_first {caretEnsemble} | R Documentation |
Aggregate mean or first
Description
For numeric data take the mean. For character data take the first value.
Usage
aggregate_mean_or_first(x)
Arguments
x |
a train object |
Value
a data.table::data.table with predictions
[Package caretEnsemble version 4.0.1 Index]