-
Notifications
You must be signed in to change notification settings - Fork 321
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
Allow for adhoc computation of multiple CVs at one time #3427
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D70200056 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3427 +/- ##
=======================================
Coverage 95.99% 96.00%
=======================================
Files 539 539
Lines 52883 52902 +19
=======================================
+ Hits 50766 50786 +20
+ Misses 2117 2116 -1 ☔ View full report in Codecov by Sentry. |
Summary: This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Differential Revision: D70200056
a7b054b
to
850ae77
Compare
This pull request was exported from Phabricator. Differential Revision: D70200056 |
Summary: This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Differential Revision: D70200056
Summary: This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Differential Revision: D70200056
850ae77
to
5c51f23
Compare
Summary: This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Differential Revision: D70200056
This pull request was exported from Phabricator. Differential Revision: D70200056 |
Summary: Pull Request resolved: facebook#3427 This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Differential Revision: D70200056
5c51f23
to
2bc108c
Compare
Summary: In the previous diff we exposed an adhoc comput method for CV, but the delta between the previous plot and our new plot is a degragation in UX. This diff fixes that by: - tightening the autozoom - making the points more transparent so they are more visible individually - improving the hover - adding x and y axis titles Thanks for pointing some of these out Sam! Differential Revision: D70195847
Summary: This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Also fixed the CI bars per bernie's catch Differential Revision: D70200056
2bc108c
to
9ea8ee6
Compare
This pull request was exported from Phabricator. Differential Revision: D70200056 |
9ea8ee6
to
b243feb
Compare
Summary: This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Also fixed the CI bars per bernie's catch Differential Revision: D70200056
Summary: Pull Request resolved: facebook#3427 This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter. It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this Also fixed the CI bars per bernie's catch Differential Revision: D70200056
This pull request was exported from Phabricator. Differential Revision: D70200056 |
b243feb
to
36a00a5
Compare
Summary:
This is the second ux improvement diff for adhoc cross validation computation. This allows for mulitple metrics to be computed at one time for a single adapter.
It does not currently tile or drop down the metic names. This is a nice improvement we'd like to make, but it wasn't immediately clear how to go about this
Differential Revision: D70200056