Commit Graph

13 Commits

Author SHA1 Message Date
Vlad Niculae a86b444bd8 Fix one-dimensional y in Gram OMP estimator 2011-11-16 23:42:19 +02:00
Lars Buitinck 0c9cb49f4d Merge pull request #410 from larsmans/accept-matrix-input
ENH accept matrix input throughout
2011-10-25 11:52:36 -07: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 0240e194e9 PEP8 2011-10-20 18:36:25 +03:00
vene ff50c21313 FIX: keep track of index swapping in OMP 2011-10-19 22:45:54 +03: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 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
vene 18c6e1ea5d added see also refs to sparse_encode functions 2011-09-19 13:24:34 +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