scikit-learn/sklearn/utils/tests
András Simon 9c84abd771
ENH add `only_non_negative` parameter to `_check_sample_weight` (#20880)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-09-08 13:45:48 +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 MNT initialize weights when using ARPACK solver with a utility (#18302) 2020-11-27 18:25:35 +01: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 MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_cython_blas.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_cython_templating.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02: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 MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_estimator_checks.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
test_estimator_html_repr.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_extmath.py Replace assert_warns* with pytest context manager in sklearn/utilst/tests/* (#20421) 2021-06-30 23:57:16 +02: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 Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_graph.py MNT use `scipy.sparse.csgraph.shortest_path` in Isomap (#20531) 2021-08-03 09:16:00 +02:00
test_metaestimators.py FIX available_if used on an unbound method (#20655) 2021-08-05 18:06:30 +10:00
test_mocking.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_multiclass.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04: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 Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_pprint.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04: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 FEA add ReadonlyArrayWrapper (#20903) 2021-09-06 15:44:58 +02: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 MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04: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 MNT replace if_delagate_has_method by available_if in testing (#20686) 2021-08-31 12:39:46 +02:00
test_utils.py Fixing integer overflow on 32-bit architectures. (#20904) 2021-09-03 14:00:26 +02:00
test_validation.py ENH add `only_non_negative` parameter to `_check_sample_weight` (#20880) 2021-09-08 13:45:48 +02:00
test_weight_vector.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00