scikit-learn/sklearn/utils
Olivier Grisel 4eabb0ec14
MAINT hide numpy warning when using _array_api_for_tests (#27384)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2023-09-15 22:38:47 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests MAINT ignore ConvergenceWarning instead of FutureWarning in test_check_estimator_clones (#27385) 2023-09-15 20:32:46 +02:00
__init__.py Add tests for train_test_split with Array API input (#26855) 2023-08-09 18:27:31 +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 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.py ENH Add themes for HTML display. Add dark theme (#26862) 2023-08-09 10:11:35 +02: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
_logistic_sigmoid.pyx MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
_mask.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_metadata_requests.py FEAT add metadata routing to *SearchCV (#27058) 2023-09-11 16:19:24 +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 Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +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 fix cython 3 compilation errors (#26771) 2023-07-06 15:13:08 +02:00
_random.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_response.py MAINT refactor scorer using _get_response_values (#26037) 2023-05-04 13:37:29 +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 FIX Fixes set_output with list input (#27044) 2023-08-10 12:05:40 +05: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 MAINT hide numpy warning when using _array_api_for_tests (#27384) 2023-09-15 22:38:47 +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 Cython linting (#25861) 2023-04-19 14:32:53 +00:00
class_weight.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
deprecation.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
discovery.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
estimator_checks.py MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02:00
extmath.py ENH Array API support for PCA (#26315) 2023-07-13 16:58:06 -05:00
fixes.py CI Do not run doctests for numpy 2 (#27345) 2023-09-13 16:37:26 +00:00
graph.py MAINT Remove soon-to-be deprecated scipy.sparse functions (#26751) 2023-07-12 18:34:01 +02:00
metadata_routing.py CLN clean up some repeated code related to SLEP006 (#26836) 2023-07-17 15:26:41 +05:00
metaestimators.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
multiclass.py TST Extend tests for `scipy.sparse/*array` in `sklearn/utils/tests/test_multiclass` (#27274) 2023-09-12 14:49:58 +05: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
parallel.py MNT Update black to 23.3.0 (#26110) 2023-04-06 12:14:16 -04:00
random.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
sparsefuncs.py MAINT Remove soon-to-be deprecated scipy.sparse functions (#26751) 2023-07-12 18:34:01 +02:00
sparsefuncs_fast.pyx MAINT cython typedefs in sparsefuncs_fast (#27333) 2023-09-14 09:09:58 +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 avoid unecessary `if copy` branch for sparse array/matrix (#27336) 2023-09-11 13:58:14 +00:00