Commit Graph

26 Commits

Author SHA1 Message Date
MechCoder 9622e858b3 MAINT: Move _get_median into sparsefuncs to avoid circular imports 2014-10-21 09:21:30 +02:00
Joel Nothman b3bdb08964 DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
Andreas Mueller c235c3b566 ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Andreas Mueller 67b8601314 Minor fixes in the docs 2014-06-07 16:38:53 +02:00
Lars Buitinck 9e2071bb99 DOC clarify Imputer constructor: arbitrary strings not accepted 2014-03-19 10:53:57 +01:00
Joel Nothman c530f5aed4 FIX for early numpy where astype(..., copy=...) unavailable 2014-03-12 14:24:26 +11:00
Joel Nothman 79a8012ecd FIX for numpy compatibility, code clarity 2014-03-08 21:46:32 +11:00
Joel Nothman b4ca1d6f1f COSMIT Remove unnecessary assertion 2014-03-07 09:18:43 +11:00
Joel Nothman 43da4ad830 ENH/TST remove unnecessary sorts and complete testing for sparse median 2014-03-04 00:16:49 +11:00
Joel Nothman b80b0ea2d3 STY Simplify and avoided numpy warnings in imputation 2014-03-02 22:07:02 +11:00
Gilles Louppe 60a0c2f46c FIX: don't force finite in imputation 2014-01-03 09:49:14 +01:00
Gilles Louppe cd4f5afef6 Update docstring + Use np.diff 2014-01-02 08:47:45 +01:00
Gilles Louppe 42ea5ecde7 COSMIT: remove useless import 2014-01-01 18:10:16 +01:00
Gilles Louppe c931854120 FIX: Don't copy X at imputation in the sparse case 2014-01-01 17:52:18 +01:00
Gilles Louppe 08debe2cca FIX: Ensure expected behaviour when copy=True|False in Imputer 2014-01-01 17:52:05 +01:00
Ankit Agrawal 28997f63e5 Returning an array mask using np.ma.getmaskarray 2013-11-05 20:37:37 +05:30
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
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
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
Nicolas Trésegnie f713996882 pyflakes and pep8 2013-07-26 17:08:59 +02:00
Nicolas Trésegnie 15984d9a55 Del unused imports in preprocessing + pep8 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