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 |