-
Notifications
You must be signed in to change notification settings - Fork 358
Implement colorscale in Arm Effects and Scatter (2/2) #4220
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: D80104354 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4220 +/- ##
==========================================
- Coverage 96.12% 96.12% -0.01%
==========================================
Files 566 566
Lines 57445 57492 +47
==========================================
+ Hits 55220 55264 +44
- Misses 2225 2228 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2616834 to
07b5a87
Compare
Summary: This diff implements a colorscale in Ax's Arm Effects and Scatter plots if the number of trials (excluding candidate trials) exceeds 10. The changes include - 1. Using BOTORCH_COLOR_SCALE as the colorscale 2. Keeping count of the non-candidate and candidate trials that end up being plotted 3. Calculating if scale needs to be used based on the no. of non-candidate trials that end up in the plot 4. Updating scale/legend accordingly Differential Revision: D80104354
|
This pull request was exported from Phabricator. Differential Revision: D80104354 |
Summary: Pull Request resolved: facebook#4220 This diff implements a colorscale in Ax's Arm Effects and Scatter plots if the number of trials (excluding candidate trials) exceeds 10. The changes include - 1. Using BOTORCH_COLOR_SCALE as the colorscale 2. Keeping count of the non-candidate and candidate trials that end up being plotted 3. Calculating if scale needs to be used based on the no. of non-candidate trials that end up in the plot 4. Updating scale/legend accordingly Differential Revision: D80104354
07b5a87 to
d2150b4
Compare
Summary: This diff implements a colorscale in Ax's Arm Effects and Scatter plots if the number of trials (excluding candidate trials) exceeds 10. The changes include - 1. Using BOTORCH_COLOR_SCALE as the colorscale 2. Keeping count of the non-candidate and candidate trials that end up being plotted 3. Calculating if scale needs to be used based on the no. of non-candidate trials that end up in the plot 4. Updating scale/legend accordingly Reviewed By: eonofrey Differential Revision: D80104354
d2150b4 to
83086cb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80104354 |
…(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
Summary: This diff implements a colorscale in Ax's Arm Effects and Scatter plots if the number of trials (excluding candidate trials) exceeds 10. The changes include - 1. Using BOTORCH_COLOR_SCALE as the colorscale 2. Keeping count of the non-candidate and candidate trials that end up being plotted 3. Calculating if scale needs to be used based on the no. of non-candidate trials that end up in the plot 4. Updating scale/legend accordingly Reviewed By: eonofrey Differential Revision: D80104354
83086cb to
c616cc4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80104354 |
|
This pull request has been merged in ad665c6. |
Summary:
This diff implements a colorscale in Ax's Arm Effects and Scatter plots if the number of trials (excluding candidate trials) exceeds 10. The changes include -
Differential Revision: D80104354