Commit Graph

20 Commits

Author SHA1 Message Date
Olivier Grisel b3fea3b67e pep8 2011-06-04 03:50:52 +02:00
Olivier Grisel 38847869c2 one more test for preprocessing (no mean centering) 2011-06-04 03:26:36 +02:00
Olivier Grisel 7d83db92ad one more test 2011-06-04 03:14:33 +02:00
Olivier Grisel 8020de60cd make centering optional in Scaler / scale + fix broken test 2011-06-04 03:06:45 +02:00
Olivier Grisel 6086c9b52d more tests for preprocessing: coverage is now 100% 2011-06-04 02:33:07 +02:00
Olivier Grisel b5e8b19ea2 more tests for preprocessing (scaling) 2011-06-04 02:14:06 +02:00
Olivier Grisel b3e642e611 moar tests 2011-06-04 01:18:16 +02:00
Olivier Grisel 4504663348 s/SampleNormalizer/Normalizer/g 2011-06-04 00:45:52 +02:00
Olivier Grisel f9156e418d getting rid of the remaining stuff in the preprocessing.sparse package 2011-06-02 03:33:27 +02:00
Olivier Grisel c151af5030 enable test for the sparse variant 2011-06-02 02:50:18 +02:00
Olivier Grisel b4c2bdf20b started work on normalizer API simplification 2011-05-15 00:25:45 +02:00
Olivier Grisel 049a979247 pep8 2011-05-14 11:58:03 +02:00
Olivier Grisel c674b6cb8d FIX: make normalizer use the real l1 norm on each row (without assuming positive values) 2011-04-28 11:25:58 +02:00
Mathieu Blondel 4c54e871aa Add KernelCenterer. 2011-04-01 17:43:09 +09:00
Mathieu Blondel ecb869cc75 Support multilabel case in LabelBinarizer. 2011-03-31 16:43:59 +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 4980b6117a Add LabelBinarizer. 2011-01-18 20:52:46 +09: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
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