Commit Graph

38 Commits

Author SHA1 Message Date
Gael Varoquaux 82dc425df6 DOC: typo
Fixes #1276
2012-10-25 08:11:43 +02:00
Vlad Niculae 7f76aa1def Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
Vlad Niculae 9e7c03f71a Add or fix deprecation schedule in warnings. 2012-09-01 20:02:14 +02:00
Gael Varoquaux a12bd7bc7c ENH: understandable error message for X sparse 2012-08-10 11:23:00 +01:00
Andreas Mueller 2cc0af8a1e MISC raise more helpful error message in GaussianProcess if optimization fails. 2012-06-07 22:31:04 +02:00
Andreas Mueller c039766bfa COSMIT fixing doc building errors. 2012-06-03 17:41:25 +02:00
Hannes Schulz 5a3708645b typo 2012-05-30 16:28:22 +02:00
Hannes Schulz 5d580891f9 MISC privatize/deprecate internal function of gaussian process
_arg_max_reduced_likelihood_function looks like an accessor,
but it actually does work and is mainly called during fit().
The return values are now stored using sklearn naming convention.
2012-05-30 16:18:41 +02:00
Gael Varoquaux caea207905 BUG: use permutation rather than shuffle 2012-05-06 20:15:29 +02:00
Andreas Mueller 23c042eaec ENH added random_state to Gaussian Process 2012-05-06 20:15:29 +02:00
Olivier Grisel 5ecc1611ff FIX: broken doctest under OSX 2012-03-11 19:49:31 -07:00
Andreas Mueller 667ef37714 DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
Andreas Mueller bc942e8c9d COSMIT pep8 2012-03-02 19:39:43 +01:00
leonpalafox 6e59f6c431 Change exception text when multiple input features have the same value from: "Multiple X are not allowed" to: "Multiple input features cannot have the same value" 2012-02-22 08:53:51 +01:00
Gael Varoquaux edd7772a9a Merge pull request #603 from jakevdp/GPML-fixes
ENH: noise in gaussian processes
2012-02-16 13:59:16 -08:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
Jake Vanderplas 35f9dfc256 DOC: expand nugget explanation; combine two GPML examples 2012-02-02 07:35:55 -08:00
Jake Vanderplas 860a862c3b allow for multiple nuggets in gaussian process 2012-02-01 07:33:54 -08:00
Andreas Mueller cb00e97dc2 COSMIT pep8 2012-01-23 10:02:01 +01:00
Fabian Pedregosa 1543ba214c FIX: docstring
array2d not defined in docstring. Instead of importing it, I decided
to use np.asarray, which is probably what people familiar with numpy
will expect.
2012-01-06 19:36:29 +01:00
Andreas Mueller 3fb1bc6d98 FIX doctest errors + cosmit 2012-01-04 21:27:04 +01:00
Andreas Mueller b623aa0065 FIX RST and references 2011-12-27 21:47:29 +01:00
Andreas Mueller 6af9b0106e COSMIT format references and dict stuff... 2011-12-24 17:46:28 +01:00
Andreas Mueller 6c17d0d8af COSMIT make 'References' bold and minor other fixes. 2011-12-22 20:57:54 +01:00
Andreas Mueller 089c02c4fe COSMIT "Examples" instead of "Example" 2011-12-21 20:18:00 +01:00
Lars Buitinck ff517ddf32 DOC rm References sections in docstrings
According to @GaelVaroquaux, this breaks the NumPy docstring parser.
Moved references to Notes or See also sections, depending on context.
2011-12-21 18:05:22 +01:00
Gilles Louppe c40dbf739f DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
Gilles Louppe 6d83701acb DOC: References to user guide sections 2011-11-29 20:58:20 +01:00
Fabian Pedregosa 27f89c75dc Move implementation details into RST doc. 2011-11-21 15:10:13 +01:00
Andreas Mueller 77495c7974 COSMIT pep8 whitespaces 2011-11-20 21:24:11 +01:00
Lars Buitinck 71d524396c FIX replace np.atleast_2d with new utils.array2d
atleast_2d will pass through np.matrix
2011-10-25 15:16:31 +02:00
Lars Buitinck 3bde2bf97b ENH accept matrix input throughout
Simple solution: replace np.asanyarray with np.asarray throughout.
Also, use utils.as_float_array where appropriate.
2011-10-21 13:51:12 +02:00
vene ae445be274 DOC: added Gaussian Processes to class reference 2011-10-13 13:41:54 +03:00
Robert Layton 0a942f5319 manhattan_distances now returns [n_samples_X * n_samples_Y, n_features_X] shape array
This is instead of the [n_samples_X,  n_samples_Y, n_features_X] it was returning.
2011-09-14 09:56:51 +10:00
Robert Layton 1215c0e97c Remove l1_distances completely, updated gaussian_process
update doc to make clearer
2011-09-07 22:02:18 +10: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