-
Notifications
You must be signed in to change notification settings - Fork 404
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
Don't allow unused keyword arguments in Model.construct_inputs #2186
Conversation
This pull request was exported from Phabricator. Differential Revision: D53086323 |
Summary: We have been testing multi-fidelity search spaces with single-fidelity models. Once pytorch/botorch#2186 lands, this will raise an exception because fidelity parameters will be passed to Botorch model input constructors that don't accept them. Differential Revision: D53444637
Summary: We have been testing multi-fidelity search spaces with single-fidelity models. Once pytorch/botorch#2186 lands, this will raise an exception because fidelity parameters will be passed to Botorch model input constructors that don't accept them. Reviewed By: SebastianAment Differential Revision: D53444637
Summary: We have been testing multi-fidelity search spaces with single-fidelity models. Once pytorch/botorch#2186 lands, this will raise an exception because fidelity parameters will be passed to Botorch model input constructors that don't accept them. Reviewed By: SebastianAment Differential Revision: D53444637
Summary: Pull Request resolved: #2184 We have been testing multi-fidelity search spaces with single-fidelity models. Once pytorch/botorch#2186 lands, this will raise an exception because fidelity parameters will be passed to Botorch model input constructors that don't accept them. Reviewed By: SebastianAment Differential Revision: D53444637 fbshipit-source-id: 343e5557e1c6495022d121ef5c9488ca4eae8cb1
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
04edaf2
to
a93ae8b
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
Summary: * Don't pass the option `some_option` to the SingleTaskGP input constructor. This will trigger errors in pytorch/botorch#2186 Differential Revision: D53825351
…ok#2203) Summary: * Don't pass the option `some_option` to the SingleTaskGP input constructor. This will trigger errors in pytorch/botorch#2186 Reviewed By: sdaulton Differential Revision: D53825351
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
a93ae8b
to
b3bd1de
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
b3bd1de
to
59e3d8f
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
Summary: Pull Request resolved: #2203 * Don't pass the option `some_option` to the SingleTaskGP input constructor. This will trigger errors in pytorch/botorch#2186 Reviewed By: sdaulton Differential Revision: D53825351 fbshipit-source-id: 5e727cbe39ae1d588092951e12768e278d6056c7
This pull request was exported from Phabricator. Differential Revision: D53086323 |
Summary: Prior to D53814087, `metric_names` could be be passed to `BoTorchModel.fit` as a named argument. After D53814087, if `metric_names` are passed they are absorbed into `**additional_model_inputs` and eventually ignored. Starting in D53086323 (pytorch/botorch#2186), such inputs will error rather than be ignored. Differential Revision: D54320622
59e3d8f
to
98cac0d
Compare
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2186 +/- ##
==========================================
- Coverage 99.97% 99.87% -0.10%
==========================================
Files 197 188 -9
Lines 17165 16741 -424
==========================================
- Hits 17160 16720 -440
- Misses 5 21 +16 ☔ View full report in Codecov by Sentry. |
Summary: Prior to D53814087, `metric_names` could be be passed to `BoTorchModel.fit` as a named argument. After D53814087, if `metric_names` are passed they are absorbed into `**additional_model_inputs` and eventually ignored. Starting in D53086323 (pytorch/botorch#2186), such inputs will error rather than be ignored. Reviewed By: Balandat Differential Revision: D54320622
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
98cac0d
to
aab42e9
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
Summary: Prior to D53814087, `metric_names` could be be passed to `BoTorchModel.fit` as a named argument. After D53814087, if `metric_names` are passed they are absorbed into `**additional_model_inputs` and eventually ignored. Starting in D53086323 (pytorch/botorch#2186), such inputs will error rather than be ignored. Reviewed By: Balandat Differential Revision: D54320622 fbshipit-source-id: 6afec3ab889d3493963c598eb459a2f6e5498a66
aab42e9
to
c3aeda8
Compare
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
This pull request was exported from Phabricator. Differential Revision: D53086323 |
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
c3aeda8
to
e0fb3fa
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
e0fb3fa
to
7cb895d
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Differential Revision: D53086323
7cb895d
to
46d36d5
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Reviewed By: saitcakmak Differential Revision: D53086323
46d36d5
to
c57c8ee
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
…ch#2186) Summary: Pull Request resolved: pytorch#2186 Reviewed By: saitcakmak Differential Revision: D53086323
c57c8ee
to
7f0ab2c
Compare
This pull request was exported from Phabricator. Differential Revision: D53086323 |
This pull request has been merged in ee8aef0. |
Summary: BoTorch changes to go with the subsequent Ax diff. This will eventually need to be landed with this diff going before the Ax diff.
Differential Revision: D53086323