Commit Graph

9 Commits

Author SHA1 Message Date
Gael varoquaux 1a1b9f44b2 MISC: better warning message 2011-11-02 08:37:04 +01:00
Gael varoquaux a75373302f MISC: Warn for integers in scaling/normalize 2011-11-02 08:34:56 +01:00
Lars Buitinck 736715598e TEST better test for binary multilabel case in LabelBinarizer 2011-10-26 17:00:13 +02:00
Lars Buitinck f161fabd66 BUG handle two-class multilabel case in LabelBinarizer
Would throw an exception due to special handling of binary case.
2011-10-26 16:56:28 +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
Olivier Grisel 091d92ac1b batch re-cythonization with version 0.15 and new package names 2011-09-03 13:28:32 +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