scikit-learn/sklearn/preprocessing/tests
Albert Thomas 2ad8735c50 FIX set n_quantiles to min(n_samples, n_quantiles) in QuantileTransformer (#13333) 2019-03-01 11:23:56 +01:00
..
__init__.py Imp splitting of test_preprocessing.py 2013-07-26 17:08:58 +02:00
test_base.py Move _transform_selected helper to base.py 2018-07-10 09:52:25 +10:00
test_common.py [MRG] Add Yeo-Johnson transform to PowerTransformer (#11520) 2018-07-20 22:32:12 +02:00
test_data.py FIX set n_quantiles to min(n_samples, n_quantiles) in QuantileTransformer (#13333) 2019-03-01 11:23:56 +01:00
test_discretization.py FIX Remove bins whose width <= 1e-8 with a warning in KBinsDiscretizer (#13165) 2019-02-20 15:39:32 +01:00
test_encoders.py ENH: process DataFrames in OneHot/OrdinalEncoder without converting to array #12147 (#13253) 2019-03-01 11:02:57 +01:00
test_function_transformer.py MNT More clean up after we remove python < 3.5 (#13078) 2019-02-02 22:01:13 +08:00
test_imputation.py MNT Replaced all occurrences of assert_true and assert_false with assert (#12588) 2018-11-28 09:16:26 +08:00
test_label.py MAINT Use set litterals when possible (#12667) 2019-01-06 19:21:45 +08:00