View source: R/best_weighted_average.R
Find best weights for each model in an ensemble
1 | best_weighted_average(submodels, n_weight, parallel = TRUE, splits)
|
submodels |
Modeltable with models to average |
n_weight |
Number of different weights per weight. Example: n_weight = 3 means expand_grid(w1 = 0:3, w2 = 0:3) for two models |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.