Albert Villanova del Moral
7e545e1724
DOC Fix versionadded for 0.23 ( #18522 )
2020-10-05 10:23:32 +11:00
Rachit Toshniwal
0e8b11af77
DOC Fixed typo in IterativeImputer: switch abs and max positions ( #18478 )
2020-09-30 12:37:44 +02:00
Albert Villanova del Moral
647fcb1ac1
DOC Fix A to uppercase in See Also docstring section ( #18332 )
2020-09-04 10:35:01 -04:00
Harsh Soni
c50597926f
ENH Allow precomputed mask as input for MissingIndicator ( #15089 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Vermasoumitra020 <sonisoumitra@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-08-31 16:26:38 -04:00
david-cortes
f1fe837806
ENH Do not pass random_state to estimator in IterativeImputer ( #15636 )
2020-08-25 11:40:11 -04:00
Saurabh Jain
00bc681e10
DOC shorten class links in docstring using tilde ( #17470 )
...
* added tilde to bunch of files
* Updated _kde.py
Changed array_like to array-like
* Updated _kde.py
Removed space
* updated _kde.py
Added full stop
* PEP8
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-16 10:44:13 +02:00
Darshan N
d1f8a16ef8
MAINT change default value for min/max of IterativeImputer ( #16493 )
2020-05-12 14:00:48 +02:00
Thomas J Fan
acbe13c07d
ENH Adds pandas IntegerArray support to check_array ( #16508 )
2020-04-28 19:00:12 +02:00
Adrin Jalali
dc0cc6e9be
[MRG] API kwonly args in impute, inspection, kernel_ridge ( #16926 )
...
, and linear_model
2020-04-19 22:58:47 +02:00
Roman Yurchak
75d3f29e72
MAINT Remove outdated numpy and scipy backports ( #16725 )
...
* Remove unecessary numpy & scipy backports
* More fixes
* Remove unused imports
2020-03-20 13:57:18 +01:00
Nicolas Hug
d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd ( #16112 )
2020-02-29 09:05:11 -05:00
narendramukherjee
0cb2ddb81e
ENH IterativeImputer support array-like max and min ( #16403 )
2020-02-20 10:59:30 +01:00
Thomas Schmitt
4fe4d27eb1
DOC Add version_added label for impute module ( #15549 )
2020-01-09 15:59:30 +01:00
Pulkit Mehta
2a185f91b3
DOC Improve documentation of default values for imputers ( #15964 )
2019-12-26 12:49:45 +01:00
Venkatachalam N
c96e0958da
FIX a bug where ascending and descending were inverted ( #15393 )
2019-11-07 07:39:05 +11:00
Guillaume Lemaitre
332759f416
ENH add missing indicator in KNNImputer ( #15010 )
2019-10-28 09:44:25 -04:00
flaviomorelli
58289bc306
DOC Adds example to IterativeImputer ( #15208 )
2019-10-14 00:41:02 -04:00
Adrin Jalali
0eebade264
DOC docstring (shape= -> of shape) ( #14640 )
2019-10-02 20:54:32 -04:00
Nicolas Hug
96c988cdde
MNT Make safe_indexing private ( #15104 )
2019-10-02 11:47:46 -04:00
Thomas J Fan
3b9f94238d
MAINT Makes sure mask is private ( #15091 )
2019-09-25 19:34:21 +02:00
Sergey Feldman
9f7d3f9272
EHN/FIX add parameter skip_complete for IterativeImputer ( #14806 )
2019-09-09 22:47:56 +02:00
Thomas J Fan
14f5302b70
DOC Link items explictly ( #14817 )
...
* DOC Link items explictly
* STY
* DOC Link another
2019-09-05 11:37:05 +02:00
Andreas Mueller
03ea20db0f
Fix mixin inheritance order, allow overwriting tags ( #14884 )
2019-09-05 10:13:30 +02:00
Thomas J Fan
2d1b9e3513
FEA Adds KNNImputer ( #12852 )
2019-09-04 09:08:59 +10:00
Andreas Mueller
92af3dabbb
MAINT simplify check_is_fitted to use any fitted attributes ( #14545 )
2019-08-13 22:09:07 +02:00
Andreas Mueller
01d0a80743
ENH add more verbosity to iterative imputer ( #14367 )
2019-07-15 18:10:25 +02:00
Guillaume Lemaitre
de30404395
FIX Silent warning in IterativeImputer when constant feature in data ( #14234 )
2019-07-02 11:18:46 -04:00
Frank Hoang
7f50e82663
FIX Initialize MissingIndicator with error_on_new = False ( #13974 )
2019-06-24 11:35:26 -04:00
Joel Nothman
1675e77e3e
API Make IterativeImputer experimental ( #13824 )
2019-05-09 09:28:44 +10:00