ensemble_core | R Documentation |
ensemble
.Core function of ensemble
.
ensemble_core(ml, x_tr, y_tr, x_te, weights = FALSE, quiet = TRUE)
ml |
List of methods build via |
x_tr |
Covariate matrix of training sample. |
y_tr |
Vector of outcomes of training sample. |
x_te |
Covariate matrix of test sample. |
weights |
If TRUE, weights underlying the ensemble prediction for x_te calculated. |
quiet |
If FALSE, print method that is currently computed. |
Returns list containing:
predictions |
|
weights |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.