scikit-learn/sklearn/tests
Julien Jerphanion f4de2d121a
TST check the legend instead of label names in CalibrationDisplay (#21697)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-11-18 10:30:59 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py FIX delete feature_names_in_ when refitting on a ndarray (#21389) 2021-10-23 12:30:05 +02:00
test_build.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_calibration.py TST check the legend instead of label names in CalibrationDisplay (#21697) 2021-11-18 10:30:59 +01:00
test_check_build.py Change assert_raises to pytest_raises (#19509) 2021-03-01 10:36:59 +01:00
test_common.py FIX check that parameters validation happen in fit for KernelPCA (#21567) 2021-11-15 08:37:18 +01:00
test_config.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_discriminant_analysis.py STY Removes trailing comma in lists for nicer black formatting (#20627) 2021-07-28 16:08:42 -07:00
test_docstring_parameters.py EHN Support unit-variance whitening for `FastICA` (#19490) 2021-11-08 15:43:49 +01:00
test_dummy.py TST avoid FutureWarning due to n_features_in_ deprecation in Dummy* (#20963) 2021-09-07 14:14:31 +02:00
test_init.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_isotonic.py FIX avoid `isotonic_regression` to modify `sample_weight` in-place (#20515) 2021-07-21 18:25:18 +02:00
test_kernel_approximation.py FIX incorrect `component_indices_` in Nystroem (#20554) 2021-09-02 16:14:36 +02:00
test_kernel_ridge.py FIX Uses code literals in deprecated to prevent linking (#20410) 2021-06-28 15:49:19 +02:00
test_metaestimators.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_min_dependencies_readme.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_multiclass.py Fix OvOClassifier.n_features_in_ and other unexpected warning at prediction time when checking feature_names_in_ (#20853) 2021-09-01 11:36:01 +02:00
test_multioutput.py TST avoid FutureWarning due to n_features_in_ deprecation in Dummy* (#20963) 2021-09-07 14:14:31 +02:00
test_naive_bayes.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_pipeline.py More informative error message when set_params has invalid values (#21542) 2021-11-03 19:32:58 +01:00
test_random_projection.py ENH Add get_feature_names_out for random_projection module (#21330) 2021-11-03 15:49:46 +01:00