evaluma.methods.aggregate#
Attributes#
Functions#
|
Compute a point-estimate descriptive ranking from a normalized score matrix. |
Module Contents#
- evaluma.methods.aggregate._AGG_MODES#
- evaluma.methods.aggregate.compute_aggregate(scores_matrix: pandas.DataFrame, agg='trimmed_mean') evaluma.results.AggregateResult#
Compute a point-estimate descriptive ranking from a normalized score matrix.
- Parameters:
scores_matrix – Normalized model × dataset score matrix.
agg – Aggregation mode — one of
"trimmed_mean","mean","median".
- Returns:
Result with
.tablesorted descending byscore.- Return type:
- Raises:
ValueError – If
aggis not one of the supported modes.