merge_predictions | R Documentation |
Combine predictions from multiple models on the same test set.
merge_predictions(obj1, rest, ...)
obj1 |
The first object containing predictions. |
rest |
Other objects containing predictions. |
... |
Additional arguments. Methods for this generic may implement specific arguments such as 'weights' to control how predictions are combined. |
A combined object with merged predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.