Commit Graph

17 Commits

Author SHA1 Message Date
Mathieu Blondel ecb869cc75 Support multilabel case in LabelBinarizer. 2011-03-31 16:43:59 +09:00
Mathieu Blondel 4152157ddd Remove references to y in preprocessing objects. 2011-02-02 03:28:09 +09:00
Mathieu Blondel 842b06fe36 Fix typos. 2011-01-31 16:38:18 +09:00
Mathieu Blondel b09ffd7508 Use TransformerMixin in LabelBinarizer. 2011-01-28 12:55:08 +09:00
Mathieu Blondel 166debdcd2 Improve the documentation for LabelBinarizer. 2011-01-28 12:39:24 +09:00
Fabian Pedregosa 2e7932c464 Add some more doc to LabelBinarizer.
Also, renamed classes --> classes_

A longer description would still be nice.
2011-01-26 12:35:06 +01:00
Mathieu Blondel 5e5a6485f5 PEP8! 2011-01-24 20:14:25 +09:00
Mathieu Blondel c545534253 Add label binarizer documentation. 2011-01-19 18:21:06 +09:00
Mathieu Blondel 4980b6117a Add LabelBinarizer. 2011-01-18 20:52:46 +09:00
Fabian Pedregosa 758e5c560c Remove redundant site.cfg parsing. 2010-12-07 15:27:31 +01:00
Gael varoquaux e771f4e13d BUG: Deal with 1D data in preprocessings.
Thanks to Satrajit Gosh for the patch
2010-11-24 00:41:19 +01:00
Olivier Grisel 1643abec88 FIX: fixed more cheesy NaNs than an Indian restaurant in Paris 2010-11-04 01:42:57 +01:00
Olivier Grisel d22c4f6e82 FIX: potential division by zero in scaler 2010-11-04 01:29:32 +01:00
Mathieu Blondel 03880d75b7 Fix hierarchy inconsistency for sparse module. 2010-10-22 15:30:44 +09:00
Mathieu Blondel 626c7e8154 Sparse equivalents of Normalizer, LengthNormalizer and Binarizer. 2010-10-21 17:58:09 +09:00
Mathieu Blondel 86fe26c585 Add Normalizer, LengthNormalizer and Binarizer. 2010-10-21 14:28:21 +09:00
Mathieu Blondel a590150036 Move preprocessing to its own module. 2010-10-21 12:49:01 +09:00