Florian Hoenig
|
7bd5fb527b
|
removed bug in Scaler.fit
|
2012-06-28 13:30:53 +02:00 |
Lars Buitinck
|
855257f6bd
|
ENH fix and test LabelBinarizer's handling of string labels
Solves Issue #856. Not advertised in the documentation yet.
|
2012-05-24 16:09:12 +02:00 |
Lars Buitinck
|
6d041623a8
|
BUG in LabelBinarizer (forgot to run the full testsuite)
|
2012-05-18 12:28:30 +02:00 |
Lars Buitinck
|
7b0602673d
|
ENH generalize LabelBinarizer to arbitrary Sequence types
|
2012-05-18 09:26:02 +02:00 |
Mathieu Blondel
|
b49c7e6de9
|
Address @larsmans' comments.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
86f543c2a0
|
Add documentation for non-numerical label case.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
da2bf54d25
|
LabelNormalizer -> LabelEncoder.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
769c481699
|
Add test for non-numerical labels.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
270bd303e8
|
Doc cosmit.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
530a0d7f56
|
More useful error message.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
54310a9716
|
Cosmit: LabelBinarizer and LabelNormalizer are not classifiers.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
699d832ddf
|
Pep8.
|
2012-05-10 20:26:48 +09:00 |
Mathieu Blondel
|
bd23d74e89
|
Add LabelNormalizer.
|
2012-05-10 20:26:48 +09:00 |
Gael Varoquaux
|
67dc16d321
|
Cosmit: comment on 'clever' code
|
2012-05-04 23:46:38 +02:00 |
Mathieu Blondel
|
932c1555b5
|
Bug: must be strictly less than.
|
2012-02-28 16:56:25 +09:00 |
Mathieu Blondel
|
f9cd715f3c
|
Guess threshold if not explicitly provided.
|
2012-02-28 16:44:42 +09:00 |
Mathieu Blondel
|
ddccc6e76c
|
Set label encoding in LabelBinarizer.
|
2012-02-28 16:27:46 +09:00 |
Olivier Grisel
|
0022655675
|
FIX: broken build / tests
|
2012-01-21 06:21:40 +01:00 |
Mathieu Blondel
|
c9d27f3dc0
|
Move preprocessing.py to sklearn/.
|
2012-01-21 05:39:34 +09:00 |