neulab / ExplainaBoard

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

`value` should be set to `None` under empty buckets #482

Open OscarWang114 opened 2 years ago

OscarWang114 commented 2 years ago

As mentioned in #476, value should be set to None under empty buckets. This requires a fix on both SDK and the web interface.

odashi commented 2 years ago

Maybe this issue will be resolved if we applied #477 and skip generating results for empty buckets.

OscarWang114 commented 2 years ago

I agree