scikit-learn/sklearn/utils
Guillaume Lemaitre 4f6a28f2eb
FIX/API Fix AIC/BIC in LassoLarsIC and introduce noise_variance (#21481)
2021-11-23 21:32:26 +01:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests [MRG] FIX segmentation fault on memory mapped contiguous memoryview (#21654) 2021-11-18 14:55:48 +01:00
__init__.py fixed issues with documentation validation for sklearn.utils.check_pandas_support (#21566) 2021-11-06 09:12:59 +01: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 FIX Escape `name_details` and add missing = (#21493) 2021-10-30 16:25:22 +02: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
_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 DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02: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 FIX/API Fix AIC/BIC in LassoLarsIC and introduce noise_variance (#21481) 2021-11-23 21:32:26 +01:00
extmath.py DOC Ensures that extmath.cartesian passes numpydoc validation (#21513) 2021-11-02 12:02:58 +01:00
fixes.py MNT Use non-deprecated SciPy imports (#21603) 2021-11-09 21:00:27 +01:00
graph.py DOC Remove some str/unicode leftovers from Python 2 (#21270) 2021-10-08 13:55:15 +02: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 MNT Move `DistanceMetric` under `metrics` (#21177) 2021-10-08 17:57:32 +02: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 Ensures that function passes numpydoc validation: column_or_1d function (#21591) 2021-11-15 19:03:57 +01:00