Hacker News new | ask | show | jobs
by denfromufa 3600 days ago
What is the best learning resource for gaussian process (kriging) using Python?
1 comments

Have you seen Gaussian Processes for Machine Learning [0]?

The entire text is freely available online at the mentioned URL.

[0] http://www.gaussianprocess.org/gpml/

That is classical resource for GP, but using Matlab. I'm looking for something practical using Python.
I haven't used it, but you may want to explore GPy [0] if you haven't already.

[0] https://github.com/SheffieldML/GPy

I never understood what is the difference between GPy and GP in sklearn. I'm using the latter, but still do not understand most of parameters that go into this model.