neulab / ExplainaBoard

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

refactor bucketing modules #573

Closed odashi closed 1 year ago

odashi commented 1 year ago

Overview

Refactors explainaboard.analysis.bucketing module to improve maintainability.

Details

This module is originally accessed via introspection to get inner functions with unclear function signatures, which breaks typing information and make the maintenance hard. This change introduces:

References

Blocked by