scikit-learn/sklearn/utils
Sebastian Berg 0ab36990c0
MAINT: Adapt sklearn for NumPy default integer change (#27041)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-11-16 09:35:16 -05:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests FIX Array API related error in `sklearn.utils.mutilclass.is_multilabel` function (#27601) 2023-11-14 14:39:56 +00:00
__init__.py CI Run test suite inside Pyodide (#27346) 2023-09-28 17:57:20 -04:00
_arpack.py MNT initialize weights when using ARPACK solver with a utility (#18302) 2020-11-27 18:25:35 +01:00
_array_api.py ENH Add Array API compatibility to `zero_one_loss` and `accuracy_score` (#27137) 2023-09-07 16:03:15 +02:00
_available_if.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_bunch.py API Deprecates values in partial_dependence in favor of pdp_values (#21809) 2023-02-28 23:44:05 +01:00
_cython_blas.pxd MAINT add const qualifications to required places in cython_blas and cd_fast (#25791) 2023-03-09 14:56:54 +01:00
_cython_blas.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_encode.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
_estimator_html_repr.css DOC use sphinx-gallery css variable to adapt light/dark theme (#27659) 2023-11-03 19:01:04 +01:00
_estimator_html_repr.py MAINT force encoding when opening file to not be platform specific (#27731) 2023-11-10 11:07:25 +01:00
_fast_dict.pxd MAINT utils._fast_dict uses types from utils._typedefs (#26025) 2023-04-11 15:22:36 +02:00
_fast_dict.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_heap.pxd MAINT Consistent cython types continued (#25810) 2023-03-20 12:20:46 -04:00
_heap.pyx MAINT Consistent cython types continued (#25810) 2023-03-20 12:20:46 -04:00
_isfinite.pyx MAINT Remove Cython compilation warnings ahead of Cython3.0 release (#25621) 2023-02-19 18:14:56 +01:00
_joblib.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_mask.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_metadata_requests.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
_mocking.py DOC Add description for the meaning of `None` for check_X_y (#25997) 2023-08-12 00:16:11 +02:00
_openmp_helpers.pxd MAINT Replace deprecated cython conditional compilation (#25654) 2023-02-25 09:56:25 +00:00
_openmp_helpers.pyx PERF set openmp to use only physical cores by default (#26082) 2023-04-06 10:28:11 +02:00
_param_validation.py FIX validate properly zero_division=np.nan when used in parallel processing (#27573) 2023-10-13 10:47:11 +02:00
_plotting.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_pprint.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_random.pxd MAINT: Adapt sklearn for NumPy default integer change (#27041) 2023-11-16 09:35:16 -05:00
_random.pyx MAINT: Adapt sklearn for NumPy default integer change (#27041) 2023-11-16 09:35:16 -05:00
_response.py DOC Clarify `pos_label` in `_get_response_values` (#27610) 2023-10-20 07:26:57 +02:00
_seq_dataset.pxd.tp BLD Generate warning automatically for templated cython files (#25842) 2023-03-14 10:51:24 -04:00
_seq_dataset.pyx.tp BLD Generate warning automatically for templated cython files (#25842) 2023-03-14 10:51:24 -04:00
_set_output.py DOC documentation and error message for mismatching output formats in transformers with a sparse output (#26919) 2023-09-21 16:54:23 +02:00
_show_versions.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_sorting.pxd MAINT Consistent cython types continued (#25810) 2023-03-20 12:20:46 -04:00
_sorting.pyx MAINT Consistent cython types continued (#25810) 2023-03-20 12:20:46 -04:00
_tags.py ENH Add common Array API tests and estimator tag (#26372) 2023-06-13 17:45:47 +01:00
_testing.py FIX Use torch.backends.mps.is_built() instead of torch.has_mps (#27642) 2023-10-23 19:14:43 +02:00
_typedefs.pxd MAINT cython typedefs in sparsefuncs_fast (#27333) 2023-09-14 09:09:58 +02:00
_typedefs.pyx MAINT cython typedefs in sparsefuncs_fast (#27333) 2023-09-14 09:09:58 +02:00
_vector_sentinel.pxd MAINT Consistent cython types continued (#25810) 2023-03-20 12:20:46 -04:00
_vector_sentinel.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_weight_vector.pxd.tp BLD Generate warning automatically for templated cython files (#25842) 2023-03-14 10:51:24 -04:00
_weight_vector.pyx.tp BLD Generate warning automatically for templated cython files (#25842) 2023-03-14 10:51:24 -04:00
arrayfuncs.pyx MAINT Remove -Wdiscarded-qualifiers compilation warning for sklearn.utils.arrayfuncs (#27766) 2023-11-13 14:48:46 +01:00
class_weight.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
deprecation.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
discovery.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
estimator_checks.py MAINT: Adapt sklearn for NumPy default integer change (#27041) 2023-11-16 09:35:16 -05:00
extmath.py FIX array_api support for non-integer n_components in PCA (#27431) 2023-11-15 11:45:35 -05:00
fixes.py TST Extend tests for `scipy.sparse/*array` in `sklearn/manifold/tests/test_spectral_embedding` (#27240) 2023-11-04 13:26:44 -04:00
graph.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
metadata_routing.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
metaestimators.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
multiclass.py FIX Array API related error in `sklearn.utils.mutilclass.is_multilabel` function (#27601) 2023-11-14 14:39:56 +00:00
murmurhash.pxd MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
murmurhash.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
optimize.py ENH scaling of LogisticRegression loss as 1/n * LinearModelLoss (#26721) 2023-10-06 23:49:37 +02:00
parallel.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
random.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
sparsefuncs.py ENH Allow fitting PCA on sparse X with arpack solvers (#18689) 2023-11-07 10:42:50 +00:00
sparsefuncs_fast.pyx DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02: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 FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00