-
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
Make it possible to infer noise #1345
Conversation
This pull request was exported from Phabricator. Differential Revision: D39413742 |
Summary: Pull Request resolved: facebook#1345 We currently set the noise to 0 for all benchmark problems even though we often infer the noise in practice. This diff adds an `infer_noise` flag that we can use to control whether different problems should set the noise to a fixed value or `None`, where the latter will trigger inferring the noise in the model. I'm setting `infer_noise=True` by default for all problems. Reviewed By: Balandat Differential Revision: D39413742 fbshipit-source-id: bdbe81048008b346f22d82552fb2a0074a1b1207
671d53d
to
20e868b
Compare
This pull request was exported from Phabricator. Differential Revision: D39413742 |
Summary: Pull Request resolved: facebook#1345 We currently set the noise to 0 for all benchmark problems even though we often infer the noise in practice. This diff adds an `infer_noise` flag that we can use to control whether different problems should set the noise to a fixed value or `None`, where the latter will trigger inferring the noise in the model. I'm setting `infer_noise=True` by default for all problems. Reviewed By: saitcakmak, Balandat Differential Revision: D39413742 fbshipit-source-id: 844960e3ab90c19b14c3615b3d91aceea60f2930
20e868b
to
9a2ee0a
Compare
This pull request was exported from Phabricator. Differential Revision: D39413742 |
Codecov ReportBase: 94.67% // Head: 94.67% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1345 +/- ##
==========================================
- Coverage 94.67% 94.67% -0.01%
==========================================
Files 420 420
Lines 38562 38565 +3
==========================================
+ Hits 36508 36510 +2
- Misses 2054 2055 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Summary: Pull Request resolved: facebook#1345 We currently set the noise to 0 for all benchmark problems even though we often infer the noise in practice. This diff adds an `infer_noise` flag that we can use to control whether different problems should set the noise to a fixed value or `None`, where the latter will trigger inferring the noise in the model. I'm setting `infer_noise=True` by default for all problems. Reviewed By: saitcakmak, Balandat Differential Revision: D39413742 fbshipit-source-id: e50ea9d684411a5da09d06899b1a11dac9aca3b3
9a2ee0a
to
044095a
Compare
This pull request was exported from Phabricator. Differential Revision: D39413742 |
This pull request has been merged in 9b8df90. |
Summary: We currently set the noise to 0 for all benchmark problems even though we often infer the noise in practice. This diff adds an
infer_noise
flag that we can use to control whether different problems should set the noise to a fixed value orNone
, where the latter will trigger inferring the noise in the model. I'm settinginfer_noise=True
by default for all problems.Reviewed By: Balandat
Differential Revision: D39413742