scikit-learn/sklearn/utils/tests
Tialo 49a2eb7a16
FIX Array API related error in `sklearn.utils.mutilclass.is_multilabel` function (#27601)
2023-11-14 14:39:56 +00:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
conftest.py MNT Change print_changed_only default to True (#17061) 2020-04-27 18:22:21 -04:00
test_arpack.py DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
test_array_api.py FIX CUDA detection when using PyTorch (#27606) 2023-10-17 18:48:26 +02:00
test_arrayfuncs.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_bunch.py API Use grid_values instead of pdp_values in partial_dependence (#25732) 2023-03-01 18:05:47 -08:00
test_class_weight.py TST Extend tests for `scipy.sparse.*array` in `sklearn/utils/tests/test_class_weight.py` (#27188) 2023-08-28 14:46:50 +05:00
test_cython_blas.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_cython_templating.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_deprecation.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_encode.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_estimator_checks.py TST Extend tests for `scipy.sparse.*array` in `sklearn/utils/tests/test_estimator_checks.py` (#27203) 2023-11-01 17:00:59 -04:00
test_estimator_html_repr.py MAINT force encoding when opening file to not be platform specific (#27731) 2023-11-10 11:07:25 +01:00
test_extmath.py MNT replace log_logistic by logaddexp (#27544) 2023-10-10 08:23:36 +00:00
test_fast_dict.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_fixes.py MAINT downcast indices dtype when converting sparse arrays (#27372) 2023-10-30 11:23:30 +01:00
test_graph.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_metaestimators.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_mocking.py FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
test_multiclass.py FIX Array API related error in `sklearn.utils.mutilclass.is_multilabel` function (#27601) 2023-11-14 14:39:56 +00:00
test_murmurhash.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_optimize.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_parallel.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_param_validation.py FIX validate properly zero_division=np.nan when used in parallel processing (#27573) 2023-10-13 10:47:11 +02:00
test_plotting.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_pprint.py MAINT Remove flake8 mentions/ignore comments (#26988) 2023-08-02 09:02:42 -04:00
test_random.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_response.py FIX handle outlier detector in _get_response_values (#27565) 2023-10-13 12:04:08 +02:00
test_seq_dataset.py TST Extend tests for `scipy.sparse.*array` in `sklearn/utils/tests/test_seq_dataset.py` (#27413) 2023-11-02 13:18:01 +01:00
test_set_output.py DOC documentation and error message for mismatching output formats in transformers with a sparse output (#26919) 2023-09-21 16:54:23 +02:00
test_shortest_path.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_show_versions.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_sparsefuncs.py ENH Allow fitting PCA on sparse X with arpack solvers (#18689) 2023-11-07 10:42:50 +00:00
test_stats.py Fix `_weighted_percentile` for `percentile=0` (#20528) 2021-07-19 18:13:14 +02:00
test_tags.py introduce _safe_tags for estimator not inheriting from BaseEstimator (#18797) 2020-12-02 11:18:53 +01:00
test_testing.py FIX update create_memmap_backed_data to work on any estimator object via joblib 1.2.0 and later (#27614) 2023-10-22 19:54:01 +02:00
test_typedefs.py MAINT Consistent cython types from _typedefs (#25942) 2023-03-29 17:48:56 +02:00
test_utils.py FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
test_validation.py FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
test_weight_vector.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00