neulab / ExplainaBoard

Interpretable Evaluation for AI Systems
MIT License
359 stars 36 forks source link

list[dict[Performance]] to dict[dict[Performance]] #534

Closed odashi closed 1 year ago

odashi commented 1 year ago

Fixes #530 Part of #491

This change replaces the representation of overall: list[dict[str, Performance]] with dict[str, dict[str, Performance]].