scikit-learn/sklearn/utils/tests
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250)
2024-06-17 17:57:02 +00:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_arpack.py DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
test_array_api.py FIX always return None as device when array API dispatch is disabled (#29119) 2024-05-28 10:41:24 +05:00
test_arrayfuncs.py FIX add long long for int32/int64 windows compat in NumPy 2.0 (#29029) 2024-05-17 09:14:33 -04: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_chunking.py MAINT cleanup utils.__init__: move chunking tools into dedicated submodule (#28516) 2024-02-26 17:18:47 -05:00
test_class_weight.py CI Fix scipy-dev build (#28047) 2024-01-04 14:28:45 +01: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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
test_encode.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_estimator_checks.py MAINT: convert `numpy.array_api` to array-api-strict (#28555) 2024-03-18 17:27:09 +00:00
test_estimator_html_repr.py FIX _get_doc_link when a _-prefixed package contains a nonprefixed module (#28024) 2024-01-15 18:17:38 +01:00
test_extmath.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
test_fast_dict.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
test_fixes.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
test_graph.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_indexing.py FIX Fix array API `train_test_split` (#28407) 2024-03-18 15:43:09 +01:00
test_mask.py MAINT Clean-up utils.__init__: move tests into corresponding test files (#28842) 2024-04-30 17:27:24 +02:00
test_metaestimators.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_missing.py MAINT Clean-up utils.__init__: move tests into corresponding test files (#28842) 2024-04-30 17:27:24 +02:00
test_mocking.py FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120) 2024-05-03 16:15:25 +00:00
test_multiclass.py MAINT Fix target versions in TODOs (#28855) 2024-04-19 12:37:45 +02:00
test_murmurhash.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
test_optimize.py ENH add verbosity to newton-cg solver (#27526) 2024-04-12 14:29:54 +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 make 'array-like' reject sparse containers in parameter validation (#28101) 2024-02-28 17:54:16 +01: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 FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120) 2024-05-03 16:15:25 +00:00
test_seq_dataset.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
test_set_output.py FIX Do not warn when using polars DataFrames in DecisionBoundaryDisplay.from_estimator (#28718) 2024-04-10 15:24:05 +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 MAINT Bump threadpoolctl min version for 1.5 (#28838) 2024-04-23 16:19:13 +00: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 MAINT cleanup utils.__init__: move IS_PYPY, _IS_WASM, _IS_32BIT into utils.fixes (#28768) 2024-04-08 09:07:26 +00:00
test_typedefs.py MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
test_user_interface.py MAINT cleanup utils.__init__: move _print_elapsed_time into dedicated submodule (#28662) 2024-03-28 07:52:11 +01:00
test_utils.py MAINT Clean-up utils.__init__: move tests into corresponding test files (#28842) 2024-04-30 17:27:24 +02:00
test_validation.py FIX 1d sparse array validation (#28988) 2024-05-13 11:28:17 +00:00
test_weight_vector.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00