scikit-learn/sklearn/utils
Thomas J. Fan d4aad64b1e
MNT Update to black 22.3.0 to resolve click error (#22983)
* MNT Update to black 22.3.0 to resolve click error

* STY Update for new black version
2022-03-29 12:04:41 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests TST Replace pytest.warns(None) in utils/tests/test_utils.py (#22961) 2022-03-27 13:47:13 +02:00
__init__.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
_arpack.py MNT initialize weights when using ARPACK solver with a utility (#18302) 2020-11-27 18:25:35 +01:00
_bunch.py MNT move bunch to its own file (#22084) 2021-12-31 10:02:23 +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 DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
_estimator_html_repr.py ENH Adds better error message for GitHub in html repr (#22902) 2022-03-20 09:03:24 +11:00
_fast_dict.pxd MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_fast_dict.pyx MNT Fixes Cython compile error on upstream (#22143) 2022-01-18 10:57:04 +01:00
_heap.pxd MAINT Create a private extension for sorting utilities (#22760) 2022-03-17 18:48:03 -04:00
_heap.pyx MAINT Create a private extension for sorting utilities (#22760) 2022-03-17 18:48:03 -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 Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_mask.py [MRG] Support pd.NA in StringDtype columns for SimpleImputer (#21114) 2021-11-05 12:13:21 +01:00
_mocking.py ENH make CalibratedClassifierCV accept on fit_params (#18170) 2021-12-17 10:35:50 +01:00
_openmp_helpers.pxd ENH Introduce `PairwiseDistancesReduction` and `PairwiseDistancesArgKmin` (feature branch) (#22134) 2022-02-17 10:37:22 +01:00
_openmp_helpers.pyx ENH Introduce `PairwiseDistancesReduction` and `PairwiseDistancesArgKmin` (feature branch) (#22134) 2022-02-17 10:37:22 +01:00
_pprint.py DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
_random.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_random.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_readonly_array_wrapper.pyx [MRG] FIX segmentation fault on memory mapped contiguous memoryview (#21654) 2021-11-18 14:55:48 +01:00
_seq_dataset.pxd.tp MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00
_seq_dataset.pyx.tp MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_show_versions.py MAINT pypy compat for sklearn.show_versions (#22649) 2022-03-02 10:10:22 +01:00
_sorting.pxd MAINT Create a private extension for sorting utilities (#22760) 2022-03-17 18:48:03 -04:00
_sorting.pyx MAINT Create a private extension for sorting utilities (#22760) 2022-03-17 18:48:03 -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 TST Add minimal setup to be able to run test suite on float32 (#22690) 2022-03-17 14:25:17 +01:00
_typedefs.pxd CLN Removes unused fused type (#22727) 2022-03-08 11:27:38 +01:00
_typedefs.pyx MNT Move `DistanceMetric` under `metrics` (#21177) 2021-10-08 17:57:32 +02:00
_weight_vector.pxd.tp MNT Removing Cython compilation warnings in WeightVector template (#20739) 2021-08-13 09:25:37 -04:00
_weight_vector.pyx.tp MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
arrayfuncs.pyx Fix min_pos when all negative + speed up (#19328) 2021-02-03 22:52:18 +01:00
class_weight.py FIX Support extra class_weights in compute_class_weight (#22595) 2022-03-07 10:31:25 +01:00
deprecation.py FIX deprecated properties correctly wraps the property's docstring (#20385) 2021-06-26 21:40:18 +02:00
estimator_checks.py MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
extmath.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
fixes.py MNT remove sparse_lsqr from utils.fixes (#22894) 2022-03-18 21:14:07 +01:00
graph.py FIX Isomap with precomputed distances and disconnected graph (#21915) 2021-12-23 16:20:13 -05:00
metaestimators.py DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
multiclass.py fix docstring of dict_learning.sparse_encode and multiclass.check_classification_targets #21350 #pariswimlds (#22793) 2022-03-12 18:41:19 +01:00
murmurhash.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
murmurhash.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
optimize.py MNT Use non-deprecated SciPy imports (#21603) 2021-11-09 21:00:27 +01:00
random.py ENH Replaced RandomState.rand with equivalent uniform (#22327) 2022-02-01 17:09:38 -05:00
setup.py MAINT Create a private extension for sorting utilities (#22760) 2022-03-17 18:48:03 -04:00
sparsefuncs.py DOC make min_max_axis pass numpydoc (#22839) 2022-03-22 02:07:51 +01:00
sparsefuncs_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
stats.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01:00
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