-
Notifications
You must be signed in to change notification settings - Fork 401
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
Provide more informative warning messages in InputDataWarning
#2489
Conversation
This pull request was exported from Phabricator. Differential Revision: D61797434 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2489 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 193 193
Lines 16946 16946
=======================================
Hits 16944 16944
Misses 2 2 ☔ View full report in Codecov by Sentry. |
Summary: X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
This pull request was exported from Phabricator. Differential Revision: D61797434 |
…rch#2489) Summary: X-link: facebook/Ax#2713 Pull Request resolved: pytorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
494a616
to
30b08e0
Compare
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
This pull request was exported from Phabricator. Differential Revision: D61797434 |
…rch#2489) Summary: X-link: facebook/Ax#2713 Pull Request resolved: pytorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
30b08e0
to
1b0fee7
Compare
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
This pull request was exported from Phabricator. Differential Revision: D61797434 |
…rch#2489) Summary: X-link: facebook/Ax#2713 Pull Request resolved: pytorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
1b0fee7
to
f51ce3f
Compare
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
This pull request was exported from Phabricator. Differential Revision: D61797434 |
…rch#2489) Summary: X-link: facebook/Ax#2713 Pull Request resolved: pytorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
f51ce3f
to
3cd492d
Compare
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
This pull request was exported from Phabricator. Differential Revision: D61797434 |
…rch#2489) Summary: X-link: facebook/Ax#2713 Pull Request resolved: pytorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
3cd492d
to
baf27b4
Compare
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
…rch#2489) Summary: X-link: facebook/Ax#2713 Pull Request resolved: pytorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
This pull request was exported from Phabricator. Differential Revision: D61797434 |
baf27b4
to
dc61aa2
Compare
…book#2713) Summary: Pull Request resolved: facebook#2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Differential Revision: D61797434
This pull request has been merged in cdcd149. |
Summary: Pull Request resolved: #2713 X-link: pytorch/botorch#2489 Provide more informative warning messages when `InputDataWarning`s are raised to specify whether it pertains to input features or output targets. Updated unit tests accordingly to ensure coverage. Reviewed By: Balandat Differential Revision: D61797434 fbshipit-source-id: 494e5ce0e4713796f1836406d2a89c7138dba667
Summary:
Provide more informative warning messages when
InputDataWarning
s are raised to specify whether it pertains to input features or output targets.Updated unit tests accordingly to ensure coverage.
Differential Revision: D61797434