View source: R/ensemble_methods.R
ensemble_weighted | R Documentation |
Weighted ensemble
ensemble_weighted(pred_list, weights)
pred_list |
List of deep learning models. |
weights |
Accuracy values from evaluation on the validation dataset. |
Returns the prediction results from weighted ensemble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.