-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
get_fantasy_model for multi-task GPs #800
Comments
Hey there! |
@cahity This was a while ago, so I'm not sure. It looks like there were test failures that weren't resolved. We would probably want to start the PR from scratch tho (3 years is a long time for code...) would you be willing to revive the PR? |
I would be happy to contribute, so I will give it a go. |
Hey all! Any update on this? |
Unfortunately, I didn't have the time. I doubt anyone is working on it, so... I guess no updates for now. |
No worries at all! I appreciate the quick reply:) |
I would like to implement this, since it's needed as part of my research project, is there any guidance I could get on where to start or what exactly should be implemented? I originally thought I should have my derivative-enabled GP from subclass |
cc/ @jacobrgardner |
I think this can be closed as well @jacobrgardner because of #805 and #2317 |
🚀 Feature Request
I would like to be able to use
get_fantasy_model()
with a GP model that includes derivative observations (along the lines of the GPModelWithDerivatives) tutorial notebook. However, when I try to do this, I get the following error:Is support for multi-task GPs coming soon? I know that @Balandat has implemented them for the specific case of IndependentModelList models, but it doesn't appear that there has been more general development for other types of MTGPs.
Motivation
Derivative observations have been shown to substantially accelerate Bayesian optimization. It should be fairly straightforward to plug derivative information into BoTorch if it were possible to get fantasy models for data with derivative observations.
Pitch
Describe the solution you'd like
Ability to use fantasies with generic multi-task models (or at least, the types of multi-task models you would have when derivative information is available for all observations).
Describe alternatives you've considered
None.
Are you willing to open a pull request? (We LOVE contributions!!!)
I'm sorry.
Additional context
The text was updated successfully, but these errors were encountered: