Description Usage Arguments Value
Multiple Filter ensemble algorithm, parallel version
1  | make_ensemble_parallel(x, y, library)
 | 
x | 
 The dataset to train the algorithm.  | 
y | 
 The binary variable output.  | 
library | 
 List of algorithm ID strings(corresponding to available caret package algorithm names for caret trainControl function) to use in the multiple filter ensemble.  | 
A list containing: "MF", samples to be kept by majority filter; "CF", samples to be kept by consensus filter, "full_res", the full list of discordant predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.