scikit-learn/sklearn/utils/tests
Daniela Fernandes 8fb8b444ce
TST Replace pytest.warns(None) in utils/tests/test_utils.py (#22961)
2022-03-27 13:47:13 +02: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_arrayfuncs.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_class_weight.py FIX Support extra class_weights in compute_class_weight (#22595) 2022-03-07 10:31:25 +01:00
test_cython_blas.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
test_cython_templating.py FIX Fixes test for checking gitignore and Cython templates (#20997) 2021-09-24 16:44:19 -04:00
test_deprecation.py Replace assert_warns* with pytest context manager in sklearn/utilst/tests/* (#20421) 2021-06-30 23:57:16 +02:00
test_encode.py ENH Adds infrequent categories to OneHotEncoder (#16018) 2022-03-14 15:48:18 +01:00
test_estimator_checks.py FIX Change error message of check_X_y when y is None (#22578) 2022-03-07 11:01:19 -05:00
test_estimator_html_repr.py FIX Fixes visualization for nested meta-estimators (#21310) 2022-03-14 18:22:59 +01:00
test_extmath.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
test_fast_dict.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_fixes.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
test_graph.py FIX Isomap with precomputed distances and disconnected graph (#21915) 2021-12-23 16:20:13 -05:00
test_metaestimators.py API Deprecate if_delegate_has_method (#22830) 2022-03-17 13:16:53 -04:00
test_mocking.py ENH make CalibratedClassifierCV accept on fit_params (#18170) 2021-12-17 10:35:50 +01:00
test_multiclass.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
test_murmurhash.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_optimize.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_parallel.py MNT Bump joblib version dependency to 1.0.0 (#22365) 2022-02-09 13:47:18 +01:00
test_pprint.py API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
test_random.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_readonly_wrapper.py [MRG] FIX segmentation fault on memory mapped contiguous memoryview (#21654) 2021-11-18 14:55:48 +01:00
test_seq_dataset.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_shortest_path.py MNT use `scipy.sparse.csgraph.shortest_path` in Isomap (#20531) 2021-08-03 09:16:00 +02:00
test_show_versions.py ENH Adds threadpoolctl info into show_versions (#21457) 2021-11-02 11:57:07 +01:00
test_sparsefuncs.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04: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 DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
test_utils.py TST Replace pytest.warns(None) in utils/tests/test_utils.py (#22961) 2022-03-27 13:47:13 +02:00
test_validation.py MNT Clean deprecation of dtype='numeric' + array of strings in check_array for 1.1 (#22589) 2022-03-22 14:50:11 -04:00
test_weight_vector.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00