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

Aggregate Metric Results #1731

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

David-rn
Copy link
Contributor

Description

This PR implements issue #1707. Currently, the metric system allows you to compute a metrics result. However, it is not possible to easily compare the results from several models in the same table or plot. In this PR, it is added two new functions aggregate_metric_results and plot_aggregate_metric_results that solves the comparison problem.

Besides, it has been added a base class MetricResult from which the different results are inherited.

Type of change

New feature (non-breaking change which adds functionality)

How has this change been tested, please provide a testcase or example of how you tested the change?

It has been tested using Google Colab and it can be found here. Inside the Colab it is possible to find the different use cases considered.

Any specific deployment considerations

N/A

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.

1 participant