scikit-learn/sklearn/tests
101AlexMartin 2f99cdaba7
API replace mean_squared_error(square=False) by root_mean_squared_error (#26734)
Co-authored-by: Alejandro Martin <alejandro.martingil@tno.nl>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-16 14:58:37 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
metadata_routing_common.py FEAT add metadata routing to *SearchCV (#27058) 2023-09-11 16:19:24 +02:00
random_seed.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_base.py ENH warn if {transform, predict} consume metadata but no custom fit_{transform, predict} is defined (#26831) 2023-07-14 17:46:19 +05: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 MNT Remove setuptools dependency in our test suite (#27355) 2023-09-15 17:43:19 +02:00
test_config.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_discriminant_analysis.py MAINT Fix typos found by codespell (#26852) 2023-07-18 10:20:40 +02: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 MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02: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 FEAT add metadata routing to *SearchCV (#27058) 2023-09-11 16:19:24 +02: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 TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_multiclass.py` (#27223) 2023-09-13 15:09:33 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00