-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 metrics comparison table & plotting #1707
Comments
Note: Please share a Google Colab with minimal code to test the new feature. We know it's additional work, but it will speed up the review process. You may use the Starter Template. The reviewer must test each change. Setting up a local environment to do this is time-consuming. Please ensure that Google Colab can be accessed without any issues (make it public). Thank you! 🙏 |
Regarding the first question and considering the guide that led to this discussion, I think that maybe it is a better option using a If you think it's a good idea, I can give it a try these days and share a Colab to evaluate whether it is feasible or there are more things to consider. |
That'd be most helpful @David-rn ! I'm assigning it to you. |
I have written both functions and I came across some things:
A Colab Notebook is shared here. |
Hey David,
Preview for any other reviewers stumbling upon this. It's looking great so far! |
Hi @LinasKo, thanks for the comments!
|
|
The metrics system allows the users to compute a metrics result - a class with values for a specific metrics run.
When comparing multiple models, a natural next step is to aggregate the results into a single table and/or plot them on a single chart.
Let's make this step easy!
I propose two new functions:
Several questions we need to address:
plot_aggregate_metric_results
to take in apd.DataFrame
? This way, the user can apply their own sorting or preprocessing, but we're not guaranteed to have the fields we need.Suggested by @David-rn, discussion
The text was updated successfully, but these errors were encountered: