scikit-learn/sklearn/utils
Loïc Estève ac84b2f7d7
Revert change in sklearn.extmath.util and fix randomized_svd benchmark (#23421)
2022-05-20 11:01:38 -04:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests ENH Add lapack driver argument to randomized svd function (#20617) 2022-05-17 12:26:35 +02: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 MNT Use cimport numpy as cnp in Cython files for NumPy C API for sklearn/utils/_fast_dict.pxd (#23301) 2022-05-08 00:21:11 +02:00
_fast_dict.pyx MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04: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 Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04: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
_param_validation.py MAINT Common parameter validation (#22722) 2022-05-16 13:55:01 +02:00
_pprint.py DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
_random.pxd MNT Removes unneeded np imports in cython files (#23364) 2022-05-13 12:37:51 -04:00
_random.pyx cimport numpy as cnp for utils/random (#23302) 2022-05-09 15:42:36 +02:00
_readonly_array_wrapper.pyx MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_seq_dataset.pxd.tp MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_seq_dataset.pyx.tp MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04: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 MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_typedefs.pyx MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_vector_sentinel.pxd MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_vector_sentinel.pyx MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_weight_vector.pxd.tp MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_weight_vector.pyx.tp MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
arrayfuncs.pyx MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
class_weight.py FIX Make compute_sample_weight work on sparse target (#23115) 2022-05-06 15:03:01 +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 MAINT Common parameter validation (#22722) 2022-05-16 13:55:01 +02:00
extmath.py Revert change in sklearn.extmath.util and fix randomized_svd benchmark (#23421) 2022-05-20 11:01:38 -04: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 cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
murmurhash.pyx MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04: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 Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04: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 MAINT Minor refactor of `_assert_all_finite` logic (#23347) 2022-05-13 22:16:08 +02:00