Commit Graph

63 Commits

Author SHA1 Message Date
Arnaud Joly 8c987efe0a FIX issue #1993: passing a multilabel indicator is no more noop 2013-09-16 13:40:26 +02:00
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
Joel Nothman 79dc28853c DOC add missing Returns description 2013-09-10 07:46:25 +10:00
Brooke Osborn 2eddb1a29f BUG fix whitespace in error messages
Partial fix for #2380.

Signed-off-by: Lars Buitinck <L.J.Buitinck@uva.nl>
2013-08-26 17:02:52 +02:00
Mathieu Blondel 07c15de882 Typo. 2013-08-06 11:37:44 +09:00
Gael Varoquaux 89011e369a MISC: deprecate balance_weights (it's internal) 2013-07-29 03:06:58 +02:00
Nelle Varoquaux e3a764db5e FIX backward compatibility was broken 2013-07-29 03:06:58 +02:00
Andreas Mueller 716fbb062c much better input validation, test that warning is raised on (n_samples, 1) y 2013-07-28 16:08:16 +02:00
Andreas Mueller be62aa9d0c more fixes for docs, deprecated interfaces 2013-07-28 13:34:40 +02:00
Olivier Grisel dd23eea7e1 Py3: fix version comparison in imputation module 2013-07-27 18:13:23 +02:00
Olivier Grisel ef2a17b73b FIX PY3: list and tuples cannot be compared in Python 3 2013-07-27 17:11:49 +02:00
Gael Varoquaux 8ec572dfa6 COMPAT: median and nans in old numpys 2013-07-27 16:46:44 +02:00
Andreas Mueller 47c9a07548 addressing @ogrisel's comments: catch warnings in test, no unneeded digits 2013-07-27 15:19:32 +02:00
Andreas Mueller 0c82974f7c FIX/ENH make StandardScaler convert int input to float and warn about it, instead of warning and rounding for dense and crashing for sparse. 2013-07-27 15:19:32 +02:00
Arnaud Joly 43bff76bbe FIX warning tests in preprocessing 2013-07-27 15:01:51 +02:00
Olivier Grisel 2c5ea34e20 More explicit tests in test_label_binarizer_column_y 2013-07-27 13:41:52 +02:00
Andreas Mueller fd8bef992b TST add regression test for label_binarizer 2013-07-27 13:30:00 +02:00
Andreas Mueller 57963598ac fixing ridge and label binarizer... I'm pretty sure that worked before? 2013-07-27 13:30:00 +02:00
Nicolas Trésegnie 8d5e142326 Fix use of self 2013-07-26 19:03:28 +02:00
Nicolas Trésegnie 32c1fc90f1 Fix self.statistics_ souldn't be set if axis==1 2013-07-26 17:37:38 +02:00
Andreas Mueller d8f90d137d use column_or_1d, move it to utils 2013-07-26 17:16:27 +02:00
Nicolas Trésegnie f713996882 pyflakes and pep8 2013-07-26 17:08:59 +02:00
Nicolas Trésegnie 9cb320dd6d Imp move OneHotEncoder to preprocessing/data.py 2013-07-26 17:08:59 +02:00
Nicolas Trésegnie bc36ad0399 Fix imports 2013-07-26 17:08:58 +02:00
Nicolas Trésegnie 15984d9a55 Del unused imports in preprocessing + pep8 2013-07-26 17:08:58 +02:00
Nicolas Trésegnie b8201b452f Imp splitting of test_preprocessing.py 2013-07-26 17:08:58 +02:00
Nicolas Trésegnie ec6057a384 Imp splitting of preprocessing.py 2013-07-26 17:08:58 +02:00
Mathieu Blondel c9d27f3dc0 Move preprocessing.py to sklearn/. 2012-01-21 05:39:34 +09:00
Mathieu Blondel ebb42e78e6 preprocessing/__init__.py -> preprocessing/preprocessing.py
It's hard to find the right file when you have several __init__.py
files opened.
2012-01-21 05:29:42 +09:00
Olivier Grisel f09db8ddff more pep8 2012-01-04 00:47:30 +01:00
Andy ed7de9f80f FIX: Notes instead of Note in preprocessing init 2011-12-29 17:02:42 +01:00
Olivier Grisel 8a8c6ebed3 optim: avoid useless memory copy when input is non CSR 2011-12-28 10:43:16 +01:00
Olivier Grisel 671f304ac6 More checks when transforming sparse matrices with centering scalers + typo 2011-12-27 10:05:33 +01:00
Olivier Grisel 2e0857aeac wording 2011-12-25 00:28:53 +01:00
Olivier Grisel f85e7be8c5 fix scaling, more tests and docstrings 2011-12-24 23:36:38 +01:00
Olivier Grisel 1fdbbfb44b WIP: feature scaling for CSR input (lacks some tests) 2011-12-24 12:37:09 +01:00
Olivier Grisel 57a90f8dcf Merge branch 'master' into sparse-scaler 2011-12-23 22:53:31 +01:00
Andreas Mueller 3a6e490e05 COSMIT pep8 2011-12-23 19:12:52 +01:00
Olivier Grisel 0cf16dc7be merge master 2011-12-23 14:28:50 +01:00
Andreas Mueller 6c17d0d8af COSMIT make 'References' bold and minor other fixes. 2011-12-22 20:57:54 +01:00
Andreas Mueller 1a78610a56 FIX getting rid of some more sphinx problems 2011-12-21 20:03:02 +01:00
Lars Buitinck e3163ed18d COSMIT set union in LabelBinarizer 2011-12-21 16:13:36 +01:00
Lars Buitinck c90571b0a8 TST extra test for LabelBinarizer's multilabel behavior 2011-12-21 16:13:10 +01:00
Olivier Grisel e51ceb17bb WIP: scaling CSRs 2011-12-20 15:59:28 +01:00
Olivier Grisel 494fb029cb consolidating all cython utils for sparse CSR in the same file under utils 2011-12-20 13:18:03 +01:00
Mathieu Blondel 1425e29510 Check that LabelBinarizer was fitted. 2011-12-20 12:49:01 +01:00
Mathieu Blondel c3aa2d7e8d Merge multilabel branch with master.
Conflicts:
	sklearn/datasets/_svmlight_format.c
	sklearn/datasets/_svmlight_format.pyx
	sklearn/datasets/tests/test_svmlight_format.py
	sklearn/preprocessing/__init__.py
2011-12-20 12:41:42 +01:00
Andreas Mueller d0854d5a07 COSMIT pep8 2011-12-15 17:08:30 +01:00
Gilles Louppe b25c574b76 DOC: Standardized the module documentation format (2) 2011-11-30 11:05:10 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00