-
Notifications
You must be signed in to change notification settings - Fork 312
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
handle ObservationFeatures without trial_index in Relativize #2441
Conversation
This pull request was exported from Phabricator. Differential Revision: D57126153 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2441 +/- ##
========================================
Coverage 95.31% 95.32%
========================================
Files 495 497 +2
Lines 48069 48194 +125
========================================
+ Hits 45818 45940 +122
- Misses 2251 2254 +3 ☔ View full report in Codecov by Sentry. |
…k#2441) Summary: This adds support for untransforming observation features in Relativize that do not have a trial index. This can occur when the Modelbridge does not use TrialAsTask and there are multiple SQ observations (e.g. for different trials) and we try to untransform the predictions for arms in a GR. Differential Revision: D57126153
This pull request was exported from Phabricator. Differential Revision: D57126153 |
…k#2441) Summary: This adds support for untransforming observation features in Relativize that do not have a trial index. This can occur when the Modelbridge does not use TrialAsTask and there are multiple SQ observations (e.g. for different trials) and we try to untransform the predictions for arms in a GR. Reviewed By: bernardbeckerman Differential Revision: D57126153
This pull request was exported from Phabricator. Differential Revision: D57126153 |
Summary: This implements a transform for adding `start_time` and `duration` as features for modeling. Currently, this adds them as `RangeParameter`s (to unblock time-sensitive applications), but in the future it would be good to revise this with a better treatment of non-tunable contextual information. `duration` appears to lead to better model fits on the synthetic example (notebook) than using `end_time`. This also works better than using the midpoint between start time and end time. Reviewed By: bernardbeckerman, Balandat Differential Revision: D57082939
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
Summary: This adds support for handling pending observations that were generated by a Modelbridge that did not use the TimeAsFeature transform and therefore does not have start_time and end_time set in the observation features. Reviewed By: bernardbeckerman Differential Revision: D57121601
…k#2441) Summary: This adds support for untransforming observation features in Relativize that do not have a trial index. This can occur when the Modelbridge does not use TrialAsTask and there are multiple SQ observations (e.g. for different trials) and we try to untransform the predictions for arms in a GR. Reviewed By: bernardbeckerman Differential Revision: D57126153
This pull request was exported from Phabricator. Differential Revision: D57126153 |
This pull request has been merged in 9a624a2. |
Summary: This adds support for untransforming observation features in Relativize that do not have a trial index. This can occur when the Modelbridge does not use TrialAsTask and there are multiple SQ observations (e.g. for different trials) and we try to untransform the predictions for arms in a GR.
Differential Revision: D57126153