Combine predictions from several models applied to the same test set.
Usage
merge_predictions(obj1, rest, ...)
Arguments
- obj1
The first object containing predictions.
- rest
The rest of the objects containing predictions.
- ...
Additional arguments to be passed to the function.
Value
A combined object containing merged predictions from multiple models.