-
Notifications
You must be signed in to change notification settings - Fork 322
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 TimeAsFeature to transform registry #2439
Conversation
This pull request was exported from Phabricator. Differential Revision: D57119551 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2439 +/- ##
========================================
Coverage 95.31% 95.32%
========================================
Files 495 497 +2
Lines 48069 48194 +125
========================================
+ Hits 45818 45941 +123
- Misses 2251 2253 +2 ☔ View full report in Codecov by Sentry. |
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
This pull request was exported from Phabricator. Differential Revision: D57119551 |
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
This pull request was exported from Phabricator. Differential Revision: D57119551 |
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
This pull request was exported from Phabricator. Differential Revision: D57119551 |
Summary: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
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: see title Reviewed By: bernardbeckerman Differential Revision: D57119551
This pull request was exported from Phabricator. Differential Revision: D57119551 |
This pull request has been merged in 406a1de. |
Summary: see title
Reviewed By: bernardbeckerman
Differential Revision: D57119551