Commit Graph

524 Commits

Author SHA1 Message Date
Aleksandra Kocot 1ad8a36956 DOC Updates random_state descriptions for sklearn/preprocessing/_data.py (#16213) 2020-01-25 13:14:00 -05:00
alexshacked c4ea377198 FIX ensure object array are properly casted when dtype=object (#16076) 2020-01-14 18:06:50 -08:00
Tirth Patel 0c0b6dad69 MRG FIX: order of values of self.quantiles_ in QuantileTransformer (#15751) 2019-12-21 17:30:37 +01:00
Loïc Estève 9626583e8f ENH Improve column_or_1d error message (#15926) 2019-12-20 11:14:07 -05: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
Thomas J Fan 69884d5fd2 ENH: Improves speed of one hot encoding (#15762) 2019-12-04 15:53:15 +01:00
Chris Gregory e06cc9e3fe MNT Better error message for MinMaxScaler and sparse data (#15695) 2019-11-21 09:27:25 -05:00
Paula ff878d60aa DOC add versionadded to OneHotEcoder, LabelEncoder (#15506)
and OrdinalEncoder
2019-11-15 22:01:55 +01:00
Tirth Patel bf5307bb63 DOC change deprecated:: with versionchanged:: (#15587) 2019-11-10 09:05:47 -06: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
Soumirai ea006d3f04 DOC numpydoc validation for KBinsDiscretizer (#15459) 2019-11-02 17:54:45 +01:00
Soumirai 968a67e79f DOC numpydoc validation for OneHotEncoder and OrdinalEncoder (#15446) 2019-11-02 16:15:02 +01:00
Nicolas Hug b92455a6b2 MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
Venkatachalam N 692c2f286e EXA Improving the example for get_feature_names in OneHotEncoder (#15369) 2019-10-28 11:48:07 +08:00
Nicolas Hug 0f157e9475 ENH Minor update to error message from check_is_fitted (#15357) 2019-10-27 13:06:34 +01:00
Léonard Binet 846e6a38b0 ENH Support for list of lists or list of arrays multilabel indicator (continuation) (#14865) 2019-10-25 11:37:18 +11:00
Thomas J Fan 15d5ef04df MNT Make modules private in preprocessing (#15323) 2019-10-22 11:37:05 +08:00
Andrea Maldonado 5271695cec DOC Adds example for preprocessing.FunctionTransformer (#15192) 2019-10-15 16:21:48 -04:00
deeplook 6d53d067d0 TST Remove test functions defined twice (#15220) 2019-10-12 17:44:11 +02:00
Nicolas Hug 20952722b6 MAINT correct no_validation tag for FunctionTransformer (#14895) 2019-09-09 20:17:00 -04: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
Kevin Winata 1018f9f98c MNT Remove preprocessing.base and its test cases (#14866) 2019-09-02 16:21:25 +08:00
Samesh Lakhotia 1c116807ce MAINT:Fix assert raises in `sklearn/preprocessing/tests/` (#14717) 2019-08-29 12:38:54 +03:00
Andrea Navarrete dd9258ebd1 DOC Add counter-example to MultiLabelBinarizer (#14753) 2019-08-24 20:31:05 -04:00
Adrin Jalali f749bed458 [MRG] DOC clarify LabelEncoder's docstring (#14642) 2019-08-15 07:48:04 +10:00
Andreas Mueller 92af3dabbb MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
Thomas J Fan 21959b335c [MRG] MAINT Refactor removes assert from implmentation (#14609) 2019-08-13 07:57:10 +10:00
gdex1 86c5998dbb [MRG+1] Fix KernelCenterer and other pairwise estimators should error on non-square data (#14336) 2019-07-30 13:52:49 -04:00
xavier dupré ce869d8ddb ENH faster polynomial features for dense matrices (#13290)
Fixes #13173
2019-07-29 23:38:22 +10:00
Gordon Chen 01044877a6 DOC add attributes documentation to class KernelCenterer and MinMaxScaler (#14365) 2019-07-27 22:46:33 +08:00
Vincent Lostanlen 5936ae356c DOC lambda_ in PowerTransformer.inverse_transform doc (#14441) 2019-07-25 08:46:32 +10:00
krishna katyal c2d5cba19d DOC improve OneHotEncoder's docstring (#14396) 2019-07-22 10:41:48 -07:00
Christos Aridas 13b4bef462 DOC Fix OrdinalEncoder's description (#14412) 2019-07-19 23:15:25 +08:00
Nicolas Hug f3eb9d2206 [MRG] MNT removing assert_equal, etc -- continued (#14232) 2019-07-02 14:53:51 +10:00
Adrin Jalali 19c068a2ec MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
Thomas J Fan be4accf79d TST refactor test_numeric_stability (#14221) 2019-06-30 10:28:29 +08:00
Thomas J Fan 0bdd92036d [MRG] MAINT Adds tag categorical to OneHotEncoder (#14068) 2019-06-24 22:42:05 +10:00
Roman Yurchak 0eedf99eee MAINT Don't use clean_warnings_registry in tests (#14085) 2019-06-17 14:10:05 +02:00
Guillaume Lemaitre 76ce7c5b63 DEP change default validate in FunctionTransformer to False(#13817) 2019-06-13 12:06:01 -04:00
Roman Yurchak 2fc3a85b3f MAINT Use isinstance(x, numbers.Integral) to check for integer dtype (#14004) 2019-06-12 19:24:59 -04:00
Roman Yurchak ccd3331f7e MNT remove unused imports (#14021) 2019-06-04 23:15:19 +10:00
Oleksandr Pavlyk 162216af26 MAINT: test_encoder_dtypes_pandas reads expected dtype from DF (#13997) 2019-06-03 17:54:21 +10:00
Thomas J Fan 2e7e06b78f [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
Roman Yurchak 9661a64fae ENH Avoid uncessary copies in sklearn.preprocessing (#13987) 2019-06-01 00:07:00 -04:00
Guillaume Lemaitre 9ee164baa3 [MRG] DEP remove legacy mode from OneHotEncoder (#13855) 2019-05-29 21:03:29 +10:00
James Myatt e35f040200 [MRG] Fixes get_feature_names results when using drop functionality (#13894) 2019-05-23 14:39:39 +02:00