scikit-learn/sklearn/utils
Franck Charras 77aeb825b6
FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940)
2023-12-18 16:43:08 +01:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
__init__.py MAINT Fix typos found by codespell (#27824) 2023-11-22 15:59:36 +00: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 FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01: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 MAINT Remove deprecated support for int in boolean constraint (#27924) 2023-12-11 11:17:05 +01: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 ENH _get_response_values handles predict_log_proba (#27719) 2023-12-04 14:23:10 +05: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 FIX force explicitely the orientation when creating polar DataFrame (#27854) 2023-11-27 11:40:12 +01: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 MNT Prune unused argument in `_array_api_for_tests` util (#27941) 2023-12-11 16:43:48 -05: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 FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
extmath.py MAINT Remove deprecated kwargs support in density (#27925) 2023-12-11 11:16:12 +01:00
fixes.py MAINT Remove Python<3.9 code from sklearn.utils.fixes (#27945) 2023-12-13 15:00:08 +01: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 ENH Adds polars output support to ColumnTransformer (#26683) 2023-12-04 13:25:35 +00:00