Skip to content
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

GP regression with derivative information #462

Merged
merged 25 commits into from Jan 27, 2019
Merged

GP regression with derivative information #462

merged 25 commits into from Jan 27, 2019

Conversation

dme65
Copy link
Collaborator

@dme65 dme65 commented Jan 11, 2019

Adding a new kernel RBFKernelGrad and a mean ConstantMeanGrad that can be used together with MultiTask to train GPs from value and derivative information.

Copy link
Member

@gpleiss gpleiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a few changes to makes sure we don't have bugs down the road if this is used more generally.

gpytorch/kernels/scale_kernel.py Show resolved Hide resolved
gpytorch/means/constant_mean_grad.py Show resolved Hide resolved
gpytorch/kernels/rbf_kernel_grad.py Outdated Show resolved Hide resolved
@jacobrgardner jacobrgardner merged commit 5fa7ace into master Jan 27, 2019
@jacobrgardner jacobrgardner deleted the gpderiv branch January 27, 2019 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants