Applies combiners
: functions that collapse across a list of
similarly structured results, to a list of such lists.
combine_results(results, combiners = NULL, smart_combiners = TRUE)
results | A |
---|---|
combiners | A |
smart_combiners | A |
A list of combined results.
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.