-
Notifications
You must be signed in to change notification settings - Fork 419
Add outcome and feature names to datasets #2015
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D48926319 |
Summary: This will help us while passing data around in Ax by offering more granular information on what each dataset represents. Also hard-deprecates `dict_from_iter` method that was unused outside of tests. Differential Revision: D48926319
3718fe6
to
9d95c4c
Compare
This pull request was exported from Phabricator. Differential Revision: D48926319 |
Codecov Report
@@ Coverage Diff @@
## main #2015 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 179 179
Lines 15807 15803 -4
=========================================
- Hits 15807 15803 -4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Follows up pytorch/botorch#2015 to propagate the changes in Ax and fixes the tests. Differential Revision: D49340640 fbshipit-source-id: bce2bed5639b8f816c74fbc32ee3145d43b33a9e
Summary: This will help us while passing data around in Ax by offering more granular information on what each dataset represents. Also hard-deprecates `dict_from_iter` method that was unused outside of tests. Differential Revision: D48926319
9d95c4c
to
f23a8ab
Compare
This pull request was exported from Phabricator. Differential Revision: D48926319 |
Summary: This will help us while passing data around in Ax by offering more granular information on what each dataset represents. Also hard-deprecates `dict_from_iter` method that was unused outside of tests. Reviewed By: Balandat Differential Revision: D48926319
f23a8ab
to
39940ad
Compare
This pull request was exported from Phabricator. Differential Revision: D48926319 |
…k#1853) Summary: Pull Request resolved: facebook#1853 Follows up pytorch/botorch#2015 to propagate the changes in Ax and fixes the tests. Reviewed By: Balandat Differential Revision: D49340640 fbshipit-source-id: 81a51ce81d4d1977e88365f73065f9214ca3d48b
Summary: Pull Request resolved: #1853 Follows up pytorch/botorch#2015 to propagate the changes in Ax and fixes the tests. Reviewed By: Balandat Differential Revision: D49340640 fbshipit-source-id: c775aaafaf35c84d8d342d1fcfae55f59e974f20
This pull request has been merged in aa13c14. |
Summary:
This will help us while passing data around in Ax by offering more granular information on what each dataset represents.
Also hard-deprecates
dict_from_iter
method that was unused outside of tests.Differential Revision: D48926319