Re: [Scikit-learn-general] Gaussian process predict method issue

2016-01-06 Thread Zafer Leylek
I'm not sure the new version has this capability. Z From: Michael Eickenberg [michael.eickenb...@gmail.com] Sent: Wednesday, January 06, 2016 7:09 PM To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] Gaussian process pr

Re: [Scikit-learn-general] Gaussian process predict method issue

2016-01-06 Thread Michael Eickenberg
Yes, it is crucial to look at your sklearn version, since @jmetzen rewrote the whole module, keeping very strictly to the algorithms detailed in Rasmussen & Williams 2006. Michael On Wednesday, January 6, 2016, Gilles Louppe wrote: > Hi, > > Before going further, what version of scikit-learn ar

Re: [Scikit-learn-general] Gaussian process predict method issue

2016-01-05 Thread Gilles Louppe
Hi, Before going further, what version of scikit-learn are you using? We did a major update of the GP code in 0.18-dev. Best, Gilles On 6 January 2016 at 05:01, Zafer Leylek wrote: > Just going over the scikit GaussianProcess code and comparing the results > with a simple 1D example using Rasmu