Hacker News new | ask | show | jobs
by 0xmohit 3600 days ago
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/

1 comments

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.