neulab / explainaboard_web

MIT License
8 stars 2 forks source link

store `metric_names` in the DB #492

Closed lyuyangh closed 1 year ago

lyuyangh commented 1 year ago

blocked by #491 part of #433 Stores metric_names in the DB because it is required when we use update_overall_statistics() to update the analysis. update_overall_statistics() does not depend on metadata anymore. It still depends on system_output_data though. I will remove that dependency in the next PR.

Compatibility