Description Usage Arguments Value Examples
Takes a weighted average of the prediction scores to create and ensembled model.
| 1 | MergeModels(x, weights = NULL)
 | 
| x | matrix or dataframe of predictions from singe models | 
| weights | vector of weights to apply to the dataframe | 
single prediction for each observation
| 1 2 3 | Preds<- cbind(1:5,6:10)
MergeModels(Preds, c(.4,.6)) # different weights
MergeModels(Preds) # Equal weights
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.