Roman Yurchak
cf9a740598
[MRG+1] Use astype(.., copy=False) when possible ( #11973 )
...
* Use astype(.., copy=False) when possible
* Use Use astype(.., copy=False) also in tests
* Fix CI
* Guillaume's comments
* Address review comments
* Add what's new
* Fix CI
* Lint
* Fix merge issues
* More merge conflict fixes
* Fix failing test
* Lint
* Use copy=True in cluster/hierarchical
* More fixes
2019-03-01 11:07:10 +01:00
Andreas Mueller
ab2f539a32
API: Estimator tags ( #8022 )
2019-02-23 22:54:41 +01:00
Andreas Mueller
952ef6637a
MRG Drop legacy python / remove six dependencies ( #12639 )
2019-01-03 15:50:05 +02:00
Loïc Estève
55da79f5fd
[MRG] MAINT: remove old scipy LBFGS scipy related code ( #10716 )
2018-02-28 09:00:34 +11:00
Kumar Ashutosh
71b29acbfb
[MRG+2] Moves Imputation out of Preprocessing ( #10483 )
2018-02-15 06:47:06 +11:00
Hanmin Qin
98eb09e920
Revert #10558 Deprecate axis parameter in imputer ( #10635 )
2018-02-14 18:55:03 +08:00
Hanmin Qin
52aaf82692
[MRG+1] Deprecate axis parameter in imputer ( #10558 )
2018-02-08 17:45:32 +11:00
Joel Nothman
c3bdc0a89a
DOC clean up assorted type specifications ( #10441 )
2018-01-11 09:11:17 +11:00
Ekaterina Tuzova
540ef6d418
DOC: fix docstring of Imputer.fit ( #9769 )
2017-09-15 14:04:13 +10:00
Naoya Kanai
6579220588
[MRG+1] Drop NumPy < 1.8 ( #8874 )
2017-06-07 17:06:06 +02:00
Manoj Kumar
8da5092e83
[MRG] Fail imputer early when number of features are not the same in fit and transform ( #7374 )
2016-09-11 23:22:13 +10:00
Joel Nothman
0a0bf2478e
Revert "ENH: Add indicator features to imputer output ( #6607 )" ( #7292 )
...
This reverts commit 18396be8cb as it was
merged when incomplete.
2016-08-30 21:28:01 +10:00
Maniteja Nandana
18396be8cb
ENH: Add indicator features to imputer output
2016-04-14 12:21:16 +05:30
YenChenLin
ca4c727e22
Fix misuse of it's
2016-02-26 10:16:28 +08:00
Ishank Gulati
7fe71c18ab
as_float_array removed
2015-10-22 01:07:24 +05:30
Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
TomDLT
6a3365d67d
ENH use astype to avoid unnecessary copy
2015-05-21 12:51:08 +02:00
Raghav R V
abd31d2cad
MAINT Make uniform the error raised for not fitted condition
2015-01-12 00:33:40 +05:30
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