-
Notifications
You must be signed in to change notification settings - Fork 358
Mark candidate trial in the legends for Arm Effects and Scatter Plot (1/2) #4219
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: D79855536 |
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Differential Revision: D79855536
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4219 +/- ##
==========================================
- Coverage 96.12% 96.12% -0.01%
==========================================
Files 566 566
Lines 57445 57465 +20
==========================================
+ Hits 55220 55237 +17
- Misses 2225 2228 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Differential Revision: D79855536
3ea7cb4 to
89bfd2e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79855536 |
…(1/2) (facebook#4219) Summary: Pull Request resolved: facebook#4219 This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Differential Revision: D79855536
89bfd2e to
1923fdf
Compare
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Differential Revision: D79855536
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Reviewed By: eonofrey Differential Revision: D79855536
1923fdf to
6ad4137
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79855536 |
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Reviewed By: eonofrey Differential Revision: D79855536
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Reviewed By: eonofrey Differential Revision: D79855536
6ad4137 to
89f9faa
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79855536 |
…(1/2) (facebook#4219) Summary: Pull Request resolved: facebook#4219 This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Reviewed By: eonofrey Differential Revision: D79855536
89f9faa to
31966a9
Compare
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Reviewed By: eonofrey Differential Revision: D79855536
31966a9 to
b8f7c25
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79855536 |
…(1/2) (facebook#4219) Summary: This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library. The changes include - 1. Adding a new function to plotly-utils to determine whether a given trial is a candidate trial 2. Unit tests for the new function 3. Adding a new legend label for candidate trials 4. Modifying the code in Arm Effects and Scatter plot to track what trials have been plotted and display the candidate legend accordingly. Reviewed By: eonofrey Differential Revision: D79855536
|
This pull request has been merged in a499a77. |
Summary:
This diff modifies the legend for candidate trials in arm effects and scatter plot in Ax's analysis library.
The changes include -
Differential Revision: D79855536