Creates an equal- or user-weighted blend of multiple model objects produced
by ml_make_model(). The returned fit trains each component; predict
combines component predictions with an NA-safe weighted average.
Usage
ml_make_ensemble(..., weights = NULL)
Value
A list with $fit and $predict closures for the ensemble.
Arguments
...
Two or more model objects each with $fit/$predict.
weights
Optional numeric vector of blend weights (recycled).