scikit-learn/sklearn/utils/tests
Tom Dupré la Tour 304a14783f
FIX Isomap with precomputed distances and disconnected graph (#21915)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-12-23 16:20:13 -05: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 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 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 MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_estimator_checks.py MAINT fix test_check_classifiers_multilabel_output_format_predict_proba on [scipy-dev] (#21672) 2021-11-15 16:18:35 +01:00
test_estimator_html_repr.py ENH Adds arrow on top level estimator in html repr (#21298) 2021-11-29 17:08:22 +01: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 FIX Isomap with precomputed distances and disconnected graph (#21915) 2021-12-23 16:20:13 -05:00
test_metaestimators.py FIX avoid scalar/array boolean operation in _IffHasAttrDescriptor (#21145) 2021-10-20 16:36:15 +02:00
test_mocking.py ENH make CalibratedClassifierCV accept on fit_params (#18170) 2021-12-17 10:35:50 +01: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 [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 [MRG] FIX segmentation fault on memory mapped contiguous memoryview (#21654) 2021-11-18 14:55:48 +01:00
test_utils.py Fixing integer overflow on 32-bit architectures. (#20904) 2021-09-03 14:00:26 +02:00
test_validation.py Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
test_weight_vector.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00