scikit-learn/sklearn/tests
Maxwell 85e7a32ec9
remove redundant lambda function (#23232)
2022-04-29 11:03:48 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
random_seed.py TST Fixes global random seed with pytest-xdist (#22844) 2022-03-15 10:30:54 +01:00
test_base.py TST replace pytest.warns(None) in tests/test_base.py (#23056) 2022-04-06 13:22:22 -04: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 DEP calibration_curve normalize parameter in calibration.py (#23095) 2022-04-25 14:08:12 -04:00
test_check_build.py Change assert_raises to pytest_raises (#19509) 2021-03-01 10:36:59 +01:00
test_common.py TST Replace pytest.warns(None) in tests/test_common.py (#23075) 2022-04-08 11:10:53 +02:00
test_config.py API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
test_discriminant_analysis.py TST Replace pytest.warns(None) in test_discriminant_analysis.py (#23057) 2022-04-06 14:55:24 -04:00
test_docstring_parameters.py [MRG] Refactor MiniBatchDictionaryLearning and add stopping criterion (#18975) 2022-03-30 11:13:08 +02:00
test_docstrings.py remove redundant lambda function (#23232) 2022-04-29 11:03:48 +02:00
test_dummy.py FIX DummyRegressor overriding constant (#22486) 2022-02-15 17:46:54 +01: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 TST Replace pytest.warns(None) in test_isotonic.py (#23068) 2022-04-07 17:40:14 +02:00
test_kernel_approximation.py ENH Adds get_feature_names_out for AdditiveChi2Sampler (#22137) 2022-03-08 15:02:18 +01:00
test_kernel_ridge.py MNT remove _pairwise attribute (#21594) 2022-02-09 16:58:01 +01: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 Fixes OneVsOneClassifier.predict for Estimators with only predict_proba (#22604) 2022-03-18 17:23:50 +01:00
test_multioutput.py DEP loss "log" in favor of "log loss" in SGDClassifier (#23046) 2022-04-07 15:08:45 +02:00
test_naive_bayes.py TST Replace pytest.warns(None) in tests/test_naive_bayes.py (#23066) 2022-04-07 10:45:12 -04:00
test_pipeline.py TST Remove pytest.warns(None) in test_pipeline.py (#23089) 2022-04-09 23:26:40 +02:00
test_random_projection.py ENH Add inverse_transform to random projection transformers (#21701) 2022-03-14 15:07:25 +01:00