Description Usage Arguments Value Examples
Each model returns the prediction as a DataFrame and we need it as a list or vector.
1  | StripPredictions(pred)
 | 
pred | 
 A list containing a DataFrame of predictions.  | 
A vector containing the predictions.
1 2  | # This function is used by predict.Ensemble. It's usage is as follows:
# preds[[i]] <-  StripPredictions(predict(model, newdata = newdata, type="prob"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.