scikit-learn/sklearn/preprocessing
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
..
tests [MRG] MNT removing assert_equal, etc -- continued (#14232) 2019-07-02 14:53:51 +10:00
__init__.py MNT Remove Imputer in preprocessing (#13796) 2019-05-08 22:24:32 +08:00
_csr_polynomial_expansion.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_discretization.py MAINT Use isinstance(x, numbers.Integral) to check for integer dtype (#14004) 2019-06-12 19:24:59 -04:00
_encoders.py DOC improve OneHotEncoder's docstring (#14396) 2019-07-22 10:41:48 -07:00
_function_transformer.py DEP change default validate in FunctionTransformer to False(#13817) 2019-06-13 12:06:01 -04:00
base.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
data.py [MRG+1] Fix KernelCenterer and other pairwise estimators should error on non-square data (#14336) 2019-07-30 13:52:49 -04:00
label.py DOC Fix OrdinalEncoder's description (#14412) 2019-07-19 23:15:25 +08:00
setup.py [MRG] Fast PolynomialFeatures on CSR matrices (#12197) 2018-10-19 10:55:14 +02:00