scikit-learn/sklearn/tests
Lucy Liu 926671b25b
FIX improve warning message in `_ensure_sparse_format` (#27757)
2023-11-14 11:12:56 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
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 TST Use _sklearn_version rather than version in pickle tests (#27554) 2023-10-09 22:46:49 +02:00
test_build.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_calibration.py TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_calibration.py` (#27257) 2023-09-12 11:47:27 +02:00
test_check_build.py Change assert_raises to pytest_raises (#19509) 2021-03-01 10:36:59 +01:00
test_common.py CI Run test suite inside Pyodide (#27346) 2023-09-28 17:57:20 -04: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 MNT Remove setuptools dependency in our test suite (#27355) 2023-09-15 17:43:19 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_multiclass.py FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
test_multioutput.py TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_multioutput.py` (#27171) 2023-08-28 14:48:46 +05:00
test_naive_bayes.py TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_naive_bayes.py` (#27213) 2023-09-13 20:46:45 +02: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