Thomas J. Fan
|
02fa8f1adb
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
Maria Telenczuk
|
64697c665f
|
MRG Sample weight for StandardScaler (#18510)
|
2020-10-07 10:10:30 +02:00 |
Guillaume Lemaitre
|
21569e719c
|
TST Common test preserve dtype (#18054)
Co-authored-by: Sebastian Kießling <sebkies@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
|
2020-09-08 10:13:53 +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 |
Albert Villanova del Moral
|
875d32fe55
|
DOC Fix versionadded/versionchanged for 0.24 (#18312)
|
2020-09-01 10:51:01 +02:00 |
Frans Larsson
|
39ad4245fd
|
DOC fix docstring in preprocessing module following doc guideline (#18239)
|
2020-08-23 09:53:19 +02:00 |
Yashika Sharma
|
3017ea8c30
|
ENH Added parameter clip to MinMaxScaler (#17833)
|
2020-07-10 22:50:30 +02: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 |
Neil Botelho
|
9fa140406a
|
DOC add warning note regarding data leakage by using quantile_transform (#17581)
|
2020-06-15 11:32:28 +02:00 |
Cat Chenal
|
f9966ba61c
|
DOC add warning note regarding data leakage by using scale and robust_scale (#17558)
|
2020-06-15 10:30:49 +02:00 |
George Kiragu
|
ddb094a07e
|
DOC add warning to power transform on data leakage(#17535)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
|
2020-06-09 13:32:23 +02:00 |
CeeThinwa
|
728b413990
|
DOC added a warning to minmax_scale #dataumbrella (#17507)
|
2020-06-08 18:47:50 -04:00 |
Krum Arnaudov
|
715e240968
|
DOC added a warning to maxabs_scale to prevent data leakage (#17487)
* added a warning to maxabs_scale
* Update sklearn/preprocessing/_data.py
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Krum Arnaudov <krum.arnaudov@amplifyanalytix.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
|
2020-06-06 16:52:06 -04:00 |
Lucy Liu
|
863e58fcd5
|
ENH Add option to scale output to unit var in RobustScaler (#17193)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2020-06-02 14:50:27 +02:00 |
Alessandro Gentile
|
ffd1873dca
|
DOC improve supporting types input and output in preprocessing module (#16656)
|
2020-05-27 15:17:15 +02:00 |
Lucy Liu
|
bb4b097fa9
|
DOC Fix typo in quantile_transformer (#17343)
|
2020-05-25 14:33:11 -04:00 |
Nicolas Hug
|
76ef8b0ef0
|
API kwonly for utils (#17046)
* kwonly for utils
* More
* fixed some
* some more
* iwannagohomepls
* accept_sparse not kwonly anymore
|
2020-04-27 15:42:01 +02:00 |
Thomas J Fan
|
e54cd3c061
|
API Deprecate positional arguments in preprocessing (#16996)
* API Deprecate positional arguments in preprocessing
* CLN Address comments
* CLN Uses classes as a keyword only argument
* BUG Fix
|
2020-04-23 19:10:49 +02:00 |
Nicolas Hug
|
11161820ba
|
DOC Remove duplicated docstring in MinMaxScaler (#16835)
|
2020-04-04 19:18:44 -04:00 |
Maura Pintor
|
b189bf6070
|
FIX: normalizer l_inf should take maximum of absolute values (#16633)
|
2020-03-10 15:24:26 +11:00 |
Nicolas Hug
|
d205638475
|
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112)
|
2020-02-29 09:05:11 -05:00 |
Aleksandra Kocot
|
1ad8a36956
|
DOC Updates random_state descriptions for sklearn/preprocessing/_data.py (#16213)
|
2020-01-25 13:14:00 -05:00 |
Tirth Patel
|
0c0b6dad69
|
MRG FIX: order of values of self.quantiles_ in QuantileTransformer (#15751)
|
2019-12-21 17:30:37 +01:00 |
Reshama Shaikh
|
cc8d2d26b8
|
DOC add versionadded directive to some estimators (#15849)
|
2019-12-19 14:07:03 +01:00 |
Nicolas Hug
|
42e17b3487
|
MNT Removed deprecated attributes and parameters -- ctnd (#15804)
|
2019-12-13 15:05:51 -05:00 |
Nicolas Hug
|
4256542b10
|
MNT Removed deprecated attributes and parameters (#15803)
|
2019-12-09 22:17:06 +08:00 |
Chris Gregory
|
e06cc9e3fe
|
MNT Better error message for MinMaxScaler and sparse data (#15695)
|
2019-11-21 09:27:25 -05:00 |
Tola A
|
b862c2555b
|
DOC Numpydoc validations to `MinMaxScaler` (#15448)
|
2019-11-04 12:03:39 +01:00 |
Natasha Borders
|
3ca653af12
|
DOC adding versionadded labels to several estimators (#15476)
|
2019-11-04 18:25:24 +11:00 |
Thomas J Fan
|
15d5ef04df
|
MNT Make modules private in preprocessing (#15323)
|
2019-10-22 11:37:05 +08:00 |