[SciPy-User] kriging module
Gael Varoquaux
gael.varoquaux at normalesup.org
Sat Nov 20 15:50:58 EST 2010
On Sat, Nov 20, 2010 at 07:56:11PM +0100, Lionel Roubeyrie wrote:
> I have written a simple module for kriging computation (ordinary
> kriging for the moment), it's not optimized and maybe some minors
> errors are inside but I think it delivers corrects results. Is there
> some people here that can help me for optimize the code or just to
> have a try? I don't know the politic of this mailing-list against
> joined files, so I don't send it here for now.
Hey,
For the last few weeks, there has been an ungoing effort to develop
Gaussian Processes (which are another name for Kriging) in the
scikit-learn (http://scikit-learn.sourceforge.net/). The initial code has
recieved a lot of comments and subsequent work:
https://github.com/scikit-learn/scikit-learn/pull/14
The scikit-learn is current a very active project, with many contributors
that share a good expertise on machine learning and computational
statistics issue, a high standard for code, and frequent releases. It
would be really great if people who have usage or knowledge (or both) of
Gaussian processes could join in the discussion on the Gaussian processes
branch and, if possible, help improve the code or the documentation, or
the examples.
Hopefully this would open the door to having Gaussian process (or
Kriging) available to the community in a standard package.
Cheers,
Gael
More information about the SciPy-User
mailing list