-
Notifications
You must be signed in to change notification settings - Fork 358
Group CVs as AnalysisCardGroup in DiagnosticAnalysis #4112
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D79558715 |
Summary: This diff groups the cross-validation plots in the `DiagnosticAnalysis` class of Ax. The code changes in the `diagnostics.py` file include the creation of a new `AnalysisCardGroup` for cross-validation plots. The `CrossValidationPlot` class is also modified to include a new `CV_CARDGROUP_SUBTITLE` and `CV_CARDGROUP_TITLE` attribute. Reviewed By: mpolson64 Differential Revision: D79558715
5d693cb to
a22f2fe
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79558715 |
Summary: Pull Request resolved: facebook#4112 This diff groups the cross-validation plots in the `DiagnosticAnalysis` class of Ax. The code changes in the `diagnostics.py` file include the creation of a new `AnalysisCardGroup` for cross-validation plots. The `CrossValidationPlot` class is also modified to include a new `CV_CARDGROUP_SUBTITLE` and `CV_CARDGROUP_TITLE` attribute. Reviewed By: mpolson64 Differential Revision: D79558715
a22f2fe to
fac094a
Compare
Summary: This diff groups the cross-validation plots in the `DiagnosticAnalysis` class of Ax. The code changes in the `diagnostics.py` file include the creation of a new `AnalysisCardGroup` for cross-validation plots. The `CrossValidationPlot` class is also modified to include a new `CV_CARDGROUP_SUBTITLE` and `CV_CARDGROUP_TITLE` attribute. Reviewed By: mpolson64 Differential Revision: D79558715
fac094a to
a510ae5
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79558715 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4112 +/- ##
==========================================
- Coverage 96.07% 96.07% -0.01%
==========================================
Files 566 566
Lines 57043 57043
==========================================
- Hits 54806 54805 -1
- Misses 2237 2238 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request has been merged in da8b59c. |
Summary: This diff groups the cross-validation plots in the
DiagnosticAnalysisclass of Ax. The code changes in thediagnostics.pyfile include the creation of a newAnalysisCardGroupfor cross-validation plots. TheCrossValidationPlotclass is also modified to include a newCV_CARDGROUP_SUBTITLEandCV_CARDGROUP_TITLEattribute.Reviewed By: mpolson64
Differential Revision: D79558715