scikit-learn/sklearn/preprocessing
Albert Thomas e5e8c2dfee DOC Fix docstring of quantile_transform function (#13471) 2019-03-19 10:29:01 +08:00
..
tests FIX set n_quantiles to min(n_samples, n_quantiles) in QuantileTransformer (#13333) 2019-03-01 11:23:56 +01:00
__init__.py MNT simple deprecations and removals for 0.21 (#12238) 2018-10-11 14:56:37 -04:00
_csr_polynomial_expansion.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_discretization.py FIX Remove bins whose width <= 1e-8 with a warning in KBinsDiscretizer (#13165) 2019-02-20 15:39:32 +01:00
_encoders.py CLN: remove duplicate validation of X in Encoders transform (#13347) 2019-03-02 09:45:49 +01:00
_function_transformer.py DOC Fix typo in FunctionTransformer (#13404) 2019-03-06 16:04:26 -08:00
base.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
data.py DOC Fix docstring of quantile_transform function (#13471) 2019-03-19 10:29:01 +08:00
imputation.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
label.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
setup.py [MRG] Fast PolynomialFeatures on CSR matrices (#12197) 2018-10-19 10:55:14 +02:00