-
Notifications
You must be signed in to change notification settings - Fork 312
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
Support fixed features in Service API #2372
Conversation
This pull request was exported from Phabricator. Differential Revision: D56068035 |
18a7d93
to
367db25
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
Summary: Add the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Reviewed By: saitcakmak Differential Revision: D56068035
367db25
to
68273fe
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
Summary: Add the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Reviewed By: saitcakmak Differential Revision: D56068035
68273fe
to
7ba2431
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
Summary: Add the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Reviewed By: saitcakmak Differential Revision: D56068035
7ba2431
to
32ee382
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
Summary: Add the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Reviewed By: saitcakmak Differential Revision: D56068035
32ee382
to
22bd08e
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
Summary: Add the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Reviewed By: saitcakmak Differential Revision: D56068035
22bd08e
to
c5e63ce
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
Summary: Add the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Reviewed By: saitcakmak Differential Revision: D56068035
c5e63ce
to
bad345f
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
Summary: Add the possibility of specifying some `FixedFeatures` as `fixed_features` in `AxClient.get_next_trial` and `AxClient.get_next_trials` which is currently only possible with the developer API. Reviewed By: saitcakmak Differential Revision: D56068035
bad345f
to
3bc3387
Compare
This pull request was exported from Phabricator. Differential Revision: D56068035 |
This pull request has been merged in 0f4dea7. |
Summary:
Addresses #746 (also in the wishlist #566).
As the title implies, this PR adds the possibility of specifying some
FixedFeatures
asfixed_features
inAxClient.get_next_trial
andAxClient.get_next_trials
which is currently only possible with the developer API.Differential Revision: D56068035