ensemble_metrics_bootstrap: Select models based on ensemble metrics
Description
Typically we will call ensemble_metrics with varying numbers of ranks to
consider and this function will sum up the ranks from those calls.
Usage
ensemble_metrics_bootstrap(l_ensemble_metrics, n_models = 4)
Value
List of parameters of best models
Arguments
- l_ensemble_metrics
Output of function ensemble_metrics
- n_models
Number of best models to return