combine_results {origami} | R Documentation |
Combine Results from Different Folds
Description
Applies combiners
: functions that collapse across a list of
similarly structured results, to a list of such lists.
Usage
combine_results(results, combiners = NULL, smart_combiners = TRUE)
Arguments
results |
A |
combiners |
A |
smart_combiners |
A |
Details
In theory you should never call this function directly, because it is called automatically by cross_validate. The defaults, combiners guessed based on data type, should work in most cases.
Value
A list of combined results.
See Also
[Package origami version 1.0.7 Index]