neulab / ExplainaBoard

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

Implement Serializable interface in BucketPerformance #561

Closed odashi closed 1 year ago

odashi commented 1 year ago

Overview

This change introduces Serializable interface to BucketPerformance and removes from_dict functionality.

Details

BucketPerformance now has only Serializable data and can also implement Serializable for itself. This change involves following implementations:

References

Blocked by