Commit Graph

34 Commits

Author SHA1 Message Date
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
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
Jake Vanderplas c5f36de2e9 example + documentation of gaussian processes on noisy data 2012-02-01 07:34:37 -08:00
Jake Vanderplas 96d6060cd7 pep8 2011-12-23 10:12:26 -08:00
Gilles Louppe 63331849ea DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
Olivier Grisel ca48f82ab8 s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
Gael varoquaux 4d1dcd2e65 DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02: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
Fabian Pedregosa ec7cba499d Don't use n_jobs=-1 in the examples. 2011-07-30 07:51:35 +02:00
Fabian Pedregosa 2fc4c96a90 Revert "Remove hardcoded n_jobs from examples."
This reverts commit 6887195563.
2011-07-30 07:49:56 +02:00
Fabian Pedregosa 6887195563 Remove hardcoded n_jobs from examples. 2011-07-29 14:49:45 +02:00
Alexandre Gramfort 94f38b9925 renaming plot_gp_diabetes_dataset.py as nothing is plotted 2010-12-12 20:42:22 -05:00
Alexandre Gramfort 2da02ab428 pyflakes in plot_gp_diabetes_dataset.py 2010-12-12 20:41:40 -05: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
Gael varoquaux 8e9ac4f2c4 Cosmit 2010-11-24 21:53:08 +01:00
dubourg 4d8dff6b11 metrics.explained_variance was renamed to metrics.explained_variance_score so that I needed to modify this example. 2010-11-24 19:00:10 +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 b80b6bbd58 Improvement of the documentation with a piece of code and reference to the regression auto_example. Add a README.txt file at the root of the examples/gaussian_process directory. 2010-11-23 23:13:30 +01:00
dubourg a95fd66b20 Added Welch's MLE optimizer in arg_max_reduced_likelihood_function() plus reference in the docstring. 2010-11-21 17:43:43 +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 68036a729b I removed the time-consuming test and made a regression example from it. 2010-11-15 23:21:55 +01:00
dubourg d81d52dffe Can't comply with contradictory PEP8 rules on some specfic code such as:
y = function(- x) : it asks for spaces around operator, but spaces after parentheses are not allowed :(...
2010-11-14 18:51:41 +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