Olivier Grisel
279388d9ed
DOC Improve get_feature_names_out docstrings ( #22718 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-03-07 13:02:12 -05:00
Thomas J. Fan
8f621ade01
ENH Adds feature_names_out to impute module ( #21078 )
2021-10-21 14:39:29 +02:00
Juan Martin Loyola
20509fb2bc
DOC Ensures that IterativeImputer passes numpydoc validation ( #21108 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-09-28 11:15:19 +02:00
Dimitri Papadopoulos Orfanos
f71c031314
DOC Typos found by codespell ( #21069 )
2021-09-17 19:04:54 +02:00
Thomas J. Fan
786c4e5e39
DOC Adds feature_names_in_ to docstrings ( #20787 )
2021-08-26 13:44:45 +02:00
Thomas J. Fan
3ae7c76153
STY Enables black with experimental_string_processing=true ( #20412 )
2021-06-29 09:47:04 +02:00
Thomas J. Fan
82df48934e
MNT Applies black formatting to most of the code base ( #18948 )
2021-06-17 14:21:09 -04:00
Guillaume Lemaitre
1cd282d600
DOC add n_features_in_ in the documentation ( #20236 )
2021-06-09 16:58:03 +02:00
Juan Carlos Alfaro Jiménez
80d674e3cd
DOC Fix closing backtick in IterativeImputer ( #19476 )
...
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2021-02-17 10:10:06 +00:00
Thomas J. Fan
5fb02bb7bf
ENH Adds n_features_in_ checks to impute module ( #18580 )
...
* ENH Adds n_features_in_ checks to impute module
2020-11-20 14:29:03 -08:00
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