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

Implement method for Gaussian process regression with binary response #4

Open
jamesotto852 opened this issue Feb 17, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jamesotto852
Copy link
Owner

Chapter 3 of Gaussian Processes for Machine Learning outlines non-parametric methods for estimating the success probability of a spatially correlated binary response. The main idea is assuming the probability of success is a Gaussian proccess that has gone through an inverse link function. The mathematics involved are more complicated than kriging, and the simplest approaches involve Laplace approximations in Bayesian inference. It would be good to implement this in ggspatreg.

@jamesotto852 jamesotto852 added the enhancement New feature or request label Feb 17, 2022
@jamesotto852
Copy link
Owner Author

I have done this manually before:

Here is a plot showing the estimated probability surface for some spatially correlated coin flips:
image

Here is another example, this time using the Ames data set. Here, we have both the GP approach and a non-spatial logistic regression.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant