Commit Graph

24 Commits

Author SHA1 Message Date
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Andreas Mueller cd5166e82f make check_array convert object to float.
fix dtype check, add test. unfriend all multi-output estimators on facebook.

try to fix what is happening to y (by doing nothing to y)

make test work...

Make everything accept object y or say "invalid label"

fix multioutput linear models

add test for sensible error message.
2015-02-15 12:13:41 -05:00
Joel Nothman b3bdb08964 DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Denton Cockburn 0efd767c7a DOC fix some docstring/parameter list mismatches
Particularly in metrics and linear_model.bayes.
See #2062 for a list and a script to fetch them.
2013-06-22 19:18:42 +02:00
Szabo Roland 79190e2895 BUG Add lambda_ attribute to ARDRegression after fit 2013-04-15 22:58:41 +02:00
Olivier Grisel 1967a0b323 P3K use six to have a python 2 & 3 compatible code base 2013-02-09 18:08:44 +01:00
unknown c44d63cc31 changed wording in linear model docs about Normalized. It was frustrating me haha 2013-01-29 11:32:48 -05:00
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
Vlad Niculae e6ca49e9a3 Use pinvh wherever it helps in the codebase.
Use pinvh in plot_sparse_recovery example

Use pinvh in bayes.py

Use pinvh in GMM and DPGMM
2012-09-04 19:58:47 +01:00
Gael Varoquaux a12bd7bc7c ENH: understandable error message for X sparse 2012-08-10 11:23:00 +01:00
Mathieu Blondel fb714df433 Fix #904. 2012-06-13 13:26:02 +09:00
Andreas Mueller e087daf585 COSMIT: Class docs don't have a 'Methods' section. It is autogenerated. 2011-12-22 19:44:14 +01:00
Andreas Mueller 25c93f4af6 COSMIT: pep8 2011-12-15 17:24:53 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01: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
Lars Buitinck 56d26f9fdd rename overwrite_Foo params to copy_Foo (and inversed their meaning) 2011-09-25 16:52:29 +02:00
Lars Buitinck 9955ed531c DOC: fix typos
s/nn/n/ in dictionary and optional
2011-09-21 18:42:59 +02:00
Lars Buitinck 858b268ca2 refactor linear models to call as_float_array only from _center_data
coordinate_descent is the exception, since it plays tricks with
X is X_init that I don't fully understand yet.
2011-09-20 17:06:16 +02:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +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