..
src
MAINT Remove vendored C99 lgamma implementation ( #14555 )
2019-08-07 11:23:39 +02:00
tests
ENH check_array returns numeric array w/ mixed typed dataframes ( #22237 )
2022-04-24 09:02:56 -04:00
__init__.py
ENH Adds FeatureHasher support to pypy ( #23023 )
2022-04-08 19:34:20 +02: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
FIX Fixes Stacking* HTML repr ( #23097 )
2022-04-19 14:58:25 +02: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 ensure creation of dataset is deterministic in SGD ( #19716 )
2022-04-02 14:07:27 +02: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
ENH Adds FeatureHasher support to pypy ( #23023 )
2022-04-08 19:34:20 +02:00
_typedefs.pyx
ENH Adds FeatureHasher support to pypy ( #23023 )
2022-04-08 19:34:20 +02:00
_vector_sentinel.pxd
ENH Adds FeatureHasher support to pypy ( #23023 )
2022-04-08 19:34:20 +02:00
_vector_sentinel.pyx
ENH Adds FeatureHasher support to pypy ( #23023 )
2022-04-08 19:34:20 +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
FEA Bisecting K-Means ( #20031 )
2022-04-26 14:54:15 +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
FIX Fix available_if with bounded methods ( #23077 )
2022-04-19 15:02:53 +02: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 Refactor vector sentinel into utils ( #22728 )
2022-03-29 17:50:13 +02:00
sparsefuncs.py
MNT Combine multiple `isinstance` call ( #23204 )
2022-04-24 07:47:51 -04: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
ENH check_array returns numeric array w/ mixed typed dataframes ( #22237 )
2022-04-24 09:02:56 -04:00