scikit-learn/sklearn/utils
Juan Martin Loyola b0cac5339a
TST Replace assert_warns with pytest context manager in sklearn/utilst/tests/test_testing.py (#20436)
2021-07-06 10:58:29 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests TST Replace assert_warns with pytest context manager in sklearn/utilst/tests/test_testing.py (#20436) 2021-07-06 10:58:29 +02:00
__init__.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_arpack.py MNT initialize weights when using ARPACK solver with a utility (#18302) 2020-11-27 18:25:35 +01:00
_cython_blas.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_cython_blas.pyx [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
_encode.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_estimator_html_repr.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_fast_dict.pxd MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_fast_dict.pyx MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_joblib.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_logistic_sigmoid.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_mask.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_mocking.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_openmp_helpers.pyx [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
_pprint.py STY Uses black's with target_version >= 3.7 (#20294) 2021-06-17 15:50:27 -04:00
_random.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_random.pyx DOC Add None as valid option to random_state for utils module (#18253) 2020-08-25 08:44:46 +02:00
_seq_dataset.pxd.tp MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
_seq_dataset.pyx.tp CI fix some nightly job failures (#18711) 2020-11-12 15:10:56 -05:00
_show_versions.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_tags.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_testing.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_weight_vector.pxd MNT Include all pxd files in the package (#15626) 2019-11-26 17:37:26 +01:00
_weight_vector.pyx MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
arrayfuncs.pyx Fix min_pos when all negative + speed up (#19328) 2021-02-03 22:52:18 +01:00
class_weight.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
deprecation.py FIX deprecated properties correctly wraps the property's docstring (#20385) 2021-06-26 21:40:18 +02:00
estimator_checks.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
extmath.py STY Uses black's with target_version >= 3.7 (#20294) 2021-06-17 15:50:27 -04:00
fixes.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
graph.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
graph_shortest_path.pyx DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
metaestimators.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
multiclass.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
murmurhash.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
murmurhash.pyx DOC Fix default values in murmurhash.pyx (#18336) 2020-09-17 18:22:09 -04:00
optimize.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
random.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
sparsefuncs.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
sparsefuncs_fast.pyx FIX detect near constant feature in StandardScaler and linear models (#19788) 2021-04-14 13:34:22 +02:00
stats.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
validation.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00