Andreas Mueller
aaa6611614
COSMIT pep8
2012-02-17 16:49:48 +01:00
Jake Vanderplas
35f9dfc256
DOC: expand nugget explanation; combine two GPML examples
2012-02-02 07:35:55 -08:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00
dubourg
cb3326cb64
Merge branch 'gaussian_process_review'
...
Conflicts:
examples/gaussian_process/plot_gp_diabetes_dataset.py
examples/gaussian_process/plot_gp_probabilistic_classification_after_regression.py
2010-12-12 23:40:13 +01:00
dubourg
849937980f
gaussian_process module changes:
...
- a few cosmits in the examples
- implementation of real built-in score function for the GaussianProcess which evaluates a leave-one-out estimate of the determination coefficient (as usually done w/ this kind of model).
2010-12-09 08:44:36 +01:00
Alexandre Gramfort
f068df4f62
review of gaussian process module
2010-11-28 22:31:22 -05:00
Gael varoquaux
439f734518
DOC: minor changes in gaussian_process docs
2010-11-24 22:48:36 +01:00
dubourg
ea9bce71a7
From: agramfort: don't use capital letters for a vector. Y -> y.
...
Done!
2010-11-23 23:22:12 +01:00
dubourg
8fbc770769
Modifications following Gaël latest remarks.
2010-11-21 15:42:37 +01:00
dubourg
8993f8aa35
Changes in format of the fit() input (np.atleast_2d for X, and np.newaxis cat for y).
2010-11-20 11:43:35 +01:00
dubourg
264a7897f6
Simplification of input's shape checking using np.atleast_2d()
2010-11-19 08:26:17 +01:00
dubourg
7efcff49a7
Replaced np.matrix(A) * np.matrix(B) by np.dot(A,B), so that the code is a lot clearer to read...
...
Implemented the solve_triangular function accounting for backward compatibility (following Fabian's trick).
2010-11-16 22:57:54 +01:00
dubourg
5077393d5f
I Ran the PEP8 and PYFLAKES utils and corrected the gaussian_process module related files.
2010-11-14 18:44:34 +01:00
dubourg
b89c762df8
Bugged example after modification. Now correct!
2010-11-14 12:01:24 +01:00
dubourg
dbfd17ba79
Renames as suggested by Alexandre. Simplification of the examples. Remove the interactive contour label picking in the probabilistic classification example.
2010-11-14 11:55:52 +01:00