scikit-learn/sklearn/tests
Guillaume Lemaitre 36f6734789
ENH add predict_log_proba to ClassifierChain (#27720)
2023-12-05 22:41:36 -05:00
..
__init__.py
metadata_routing_common.py ENH/DEPR add new response_method and deprecate needs_* in make_scorer (#26840) 2023-10-17 01:48:07 +00:00
random_seed.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_base.py ENH Adds polars output support to `set_output` API (#27315) 2023-11-19 22:46:56 +01:00
test_build.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_calibration.py MAINT remove deprecated base_estimator and base_estimator_ (#27826) 2023-11-24 13:27:02 -05:00
test_check_build.py Change assert_raises to pytest_raises (#19509) 2021-03-01 10:36:59 +01:00
test_common.py ENH Adds polars output support to `set_output` API (#27315) 2023-11-19 22:46:56 +01:00
test_config.py CI Run test suite inside Pyodide (#27346) 2023-09-28 17:57:20 -04:00
test_discriminant_analysis.py CI Run test suite inside Pyodide (#27346) 2023-09-28 17:57:20 -04:00
test_docstring_parameters.py MAINT change the default of normalized_stress (#27858) 2023-11-28 10:09:12 +01:00
test_docstrings.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_dummy.py TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_dummy.py` (#27215) 2023-09-13 20:41:43 +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 MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
test_kernel_approximation.py TST add missing assert statement (#27677) 2023-10-30 09:39:50 +01:00
test_kernel_ridge.py TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_kernel_ridge.py` (#27270) 2023-09-11 20:04:38 +02:00
test_metadata_routing.py ENH add metadata routing to ColumnTransformer (#27005) 2023-08-21 12:58:39 +00:00
test_metaestimators.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_metaestimators_metadata_routing.py FEA Add metadata routing to SelectFromModel (#27490) 2023-10-30 10:33:59 +01:00
test_min_dependencies_readme.py BLD: Build scikit-learn nightlies using NumPy nightlies (#27735) 2023-11-20 11:11:45 +01:00
test_multiclass.py FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
test_multioutput.py ENH add predict_log_proba to ClassifierChain (#27720) 2023-12-05 22:41:36 -05:00
test_naive_bayes.py MAINT change force_alpha default value from True to False after deprecation (#27827) 2023-11-23 15:34:36 -05:00
test_pipeline.py TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_pipeline.py` (#27278) 2023-09-11 19:40:14 +02:00
test_public_functions.py API replace mean_squared_error(square=False) by root_mean_squared_error (#26734) 2023-09-16 14:58:37 +02:00
test_random_projection.py TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_random_projection.py` (#27314) 2023-11-12 12:33:48 +00:00