Merge Predictions
merge_predictions.Rd
Combine predictions from multiple models on the same test set.
Usage
merge_predictions(obj1, rest, ...)
# S3 method for class 'regression_prediction'
merge_predictions(obj1, rest, ...)
# S3 method for class 'classification_prediction'
merge_predictions(obj1, rest, ...)