Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Mueller 1aaa7ac140 TST check that transformers fail gracefully on sparse input 2012-08-26 16:01:33 +02:00
Andreas Mueller 94708a33b9 FIX minor rebasing and other problems 2012-06-26 19:00:51 +02:00
Andreas Mueller 86cedafa08 ENH make all Estimators default constructible (except SparseCoder) 2012-06-26 14:16:03 +02:00
David Marek 19bdd9e825 fixed SparsePCA.transform returning NaN for 0 in all samples. (fixes #615) 2012-03-18 23:12:51 +01:00
Andreas Mueller 0ebf87bd2f FIX backtics for members_, spaces around colon (not cologne) 2011-12-23 20:47:52 +01:00
Vlad Niculae 51f74dd05a DOC: better cross refs and docstrings 2011-12-20 11:06:59 +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
vene 2359d92e0f simplified fit_algorithm keyword 2011-09-19 12:11:33 +03:00
vene 40eb1010d2 Merge branch 'master' into sc
Conflicts:
	doc/modules/linear_model.rst
	scikits/learn/decomposition/__init__.py
2011-09-05 01:45:31 +03: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