scikit-learn/sklearn/utils
Adrin Jalali 1eb134e1c6
MNT move bunch to its own file (#22084)
2021-12-31 10:02:23 +01:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests FIX Isomap with precomputed distances and disconnected graph (#21915) 2021-12-23 16:20:13 -05:00
__init__.py MNT move bunch to its own file (#22084) 2021-12-31 10:02:23 +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 STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_estimator_html_repr.py ENH Adds arrow on top level estimator in html repr (#21298) 2021-11-29 17:08:22 +01:00
_fast_dict.pxd MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_fast_dict.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_heap.pxd MAINT refactor heap routines into utils (#21987) 2021-12-21 13:37:11 +01:00
_heap.pyx MAINT refactor heap routines into utils (#21987) 2021-12-21 13:37:11 +01: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.pyx [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +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 ENH Adds threadpoolctl info into show_versions (#21457) 2021-11-02 11:57:07 +01:00
_tags.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_testing.py [MRG] FIX segmentation fault on memory mapped contiguous memoryview (#21654) 2021-11-18 14:55:48 +01:00
_typedefs.pxd MNT Move `DistanceMetric` under `metrics` (#21177) 2021-10-08 17:57:32 +02: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 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 [MRG] Expose `n_iter_` to BaseLibSVM (#21408) 2021-12-21 18:48:46 +01:00
extmath.py DOC Ensures randomized_range_finder passes numpydoc validation (#22069) 2021-12-24 08:01:26 -05:00
fixes.py MNT Fixes deprecation error in [scipy-dev] (#21812) 2021-11-30 11:46:32 +01:00
graph.py FIX Isomap with precomputed distances and disconnected graph (#21915) 2021-12-23 16:20:13 -05:00
metaestimators.py ENH Smoke test for invalid parameters in __init__ and get_params (#21355) 2021-10-22 14:44:06 +02:00
multiclass.py MNT Use non-deprecated SciPy imports (#21603) 2021-11-09 21:00:27 +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 STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
setup.py MAINT refactor heap routines into utils (#21987) 2021-12-21 13:37:11 +01:00
sparsefuncs.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
sparsefuncs_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
stats.py ENH Allow `sample_weight` in `SplineTransformer.fit` method (#20526) 2021-07-21 16:36:52 +02:00
validation.py DOC Correct wrong default value in check_scalar docstring (#22032) 2021-12-21 11:25:30 +01:00