-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add extract_pending_observations
function that auto-deploys to the correct pending-points function for the use case
#2039
Conversation
This pull request was exported from Phabricator. Differential Revision: D51684966 |
057644b
to
e777720
Compare
…correct pending-points function for the use case (facebook#2039) Summary: For automated extraction of pending points, it would be ideal to not have to separately call one of two functions: get_pending... and get_pending_..._based_on_trial_status. I think we only want to go the latter route when: all trials are 1-arm and there are many trials. Planning to use this for pending points extraction from within the ExternalGenerationStrategy (in time we might use this in other places, too, e.g. the Scheduler). Differential Revision: D51684966
This pull request was exported from Phabricator. Differential Revision: D51684966 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2039 +/- ##
==========================================
- Coverage 94.52% 94.52% -0.01%
==========================================
Files 460 460
Lines 44522 44543 +21
==========================================
+ Hits 42086 42105 +19
- Misses 2436 2438 +2 ☔ View full report in Codecov by Sentry. |
…correct pending-points function for the use case (facebook#2039) Summary: For automated extraction of pending points, it would be ideal to not have to separately call one of two functions: get_pending... and get_pending_..._based_on_trial_status. I think we only want to go the latter route when: all trials are 1-arm and there are many trials. Planning to use this for pending points extraction from within the ExternalGenerationStrategy (in time we might use this in other places, too, e.g. the Scheduler). Differential Revision: D51684966
e777720
to
999b7c3
Compare
This pull request was exported from Phabricator. Differential Revision: D51684966 |
…correct pending-points function for the use case (facebook#2039) Summary: For automated extraction of pending points, it would be ideal to not have to separately call one of two functions: get_pending... and get_pending_..._based_on_trial_status. I think we only want to go the latter route when: all trials are 1-arm and there are many trials. Planning to use this for pending points extraction from within the ExternalGenerationStrategy (in time we might use this in other places, too, e.g. the Scheduler). Differential Revision: D51684966
999b7c3
to
06b49d0
Compare
…correct pending-points function for the use case (facebook#2039) Summary: Pull Request resolved: facebook#2039 For automated extraction of pending points, it would be ideal to not have to separately call one of two functions: get_pending... and get_pending_..._based_on_trial_status. I think we only want to go the latter route when: all trials are 1-arm and there are many trials. Planning to use this for pending points extraction from within the ExternalGenerationStrategy (in time we might use this in other places, too, e.g. the Scheduler). Differential Revision: D51684966 fbshipit-source-id: 4bc2ee0f8dfe69801cbc1da9d16bb8f3054390be
This pull request was exported from Phabricator. Differential Revision: D51684966 |
06b49d0
to
de6dda2
Compare
This pull request has been merged in c14ff08. |
Summary:
For automated extraction of pending points, it would be ideal to not have to separately call one of two functions: get_pending... and get_pending_..._based_on_trial_status. I think we only want to go the latter route when: all trials are 1-arm and there are many trials.
Planning to use this for pending points extraction from within the ExternalGenerationStrategy (in time we might use this in other places, too, e.g. the Scheduler).
Differential Revision: D51684966