Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MetricValues #503

Merged
merged 36 commits into from
Sep 29, 2022
Merged

Implement MetricValues #503

merged 36 commits into from
Sep 29, 2022

Conversation

odashi
Copy link
Contributor

@odashi odashi commented Sep 23, 2022

Resolves #477.

This change introduces MetricValue classes to represent some categories of MetricResult values. Currently there are Score (holds a scalar value) and ConfidenceInterval (holds low/high/alpha values).
MetricResult is restructured to hold dict[str, MetricValue].

This change also moves some unit tests related to this change form integration_tests to explainaboard.

tetsuok and others added 30 commits August 30, 2022 18:28
@odashi
Copy link
Contributor Author

odashi commented Sep 24, 2022

@OscarWang114 I request your review too as the representative of #482

@odashi odashi merged commit 3bf0f79 into main Sep 29, 2022
@odashi odashi deleted the refactor-metricresult branch September 29, 2022 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decompose MetricResult
3 participants