| aggregate_scores | R Documentation |
Applies the ensemble's aggregator to a numeric vector of scores on
the 0 to 100 scale. Missing (NA) scores are dropped before aggregation.
aggregate_scores(scores, aggregator, topk = 2L)
scores |
Numeric vector. |
aggregator |
One of "mean", "median", "max", "topk_mean". |
topk |
Integer (only used for "topk_mean"). |
Numeric scalar on the 0 to 100 scale, or NA if all inputs are missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.