scikit-learn/sklearn/utils
Stefanie Senger 2bafd7b68f
MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-05-02 10:13:21 +02:00
..
src MAINT remove spurious semi-columns for `switch` statement in cpp file (#28221) 2024-01-22 17:49:38 -05:00
tests MAINT Clean-up utils.__init__: move tests into corresponding test files (#28842) 2024-04-30 17:27:24 +02:00
__init__.py API Deprecate utils.parallel_backend and utils.register_parallel_backend (#28847) 2024-04-17 10:15:19 +02: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 FEA: Ridge support for Array API compliant inputs (#27800) 2024-04-25 11:52:04 +02:00
_available_if.py ENH available_if reraises inner error (#28198) 2024-01-22 15:48:04 +01:00
_bunch.py API Deprecates values in partial_dependence in favor of pdp_values (#21809) 2023-02-28 23:44:05 +01:00
_chunking.py MAINT cleanup utils.__init__: move chunking tools into dedicated submodule (#28516) 2024-02-26 17:18:47 -05: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 cleanup utils.__init__: move nan utils into dedicated submodule (#28495) 2024-02-22 19:32:34 -05: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 DOC Add a docstring examples for utils functions (#28181) 2024-01-22 11:21:08 +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
_indexing.py ENH improve the remainder index dtype to be consistent with transformers (#27657) 2024-04-24 20:07:47 +02:00
_isfinite.pyx MAINT Remove Cython compilation warnings ahead of Cython3.0 release (#25621) 2023-02-19 18:14:56 +01:00
_joblib.py API Deprecate utils.parallel_backend and utils.register_parallel_backend (#28847) 2024-04-17 10:15:19 +02:00
_mask.py MAINT cleanup utils.__init__: move masking tools into utils._mask (#28515) 2024-02-27 15:58:05 +00:00
_metadata_requests.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
_missing.py MAINT cleanup utils.__init__: move nan utils into dedicated submodule (#28495) 2024-02-22 19:32:34 -05: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
_optional_dependencies.py MAINT cleanup utils.__init__: move check_matplotlib/pandas_support into dedicated submodule (#28482) 2024-02-21 11:19:02 +01:00
_param_validation.py MAINT Use appropriate boolean constraint alias for param validation in SGD (#28573) 2024-03-04 11:52:34 -05:00
_plotting.py MAINT cleanup utils.__init__: move check_matplotlib/pandas_support into dedicated submodule (#28482) 2024-02-21 11:19:02 +01:00
_pprint.py MAINT cleanup utils.__init__: move nan utils into dedicated submodule (#28495) 2024-02-22 19:32:34 -05:00
_random.pxd MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_random.pyx MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_response.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_seq_dataset.pxd.tp MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_seq_dataset.pyx.tp MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_set_output.py DOC add "polars" to options of transform in `set_output` (#28875) 2024-04-23 10:56:32 +00:00
_show_versions.py MAINT Bump threadpoolctl min version for 1.5 (#28838) 2024-04-23 16:19:13 +00: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 cleanup utils.__init__: move IS_PYPY, _IS_WASM, _IS_32BIT into utils.fixes (#28768) 2024-04-08 09:07:26 +00:00
_typedefs.pxd MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_typedefs.pyx MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_user_interface.py MAINT cleanup utils.__init__: move _print_elapsed_time into dedicated submodule (#28662) 2024-03-28 07:52:11 +01: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 MNT move sum_parallel to arrayfuncs (#28451) 2024-02-20 15:40:34 -05:00
class_weight.py DOC Add examples to docstring to functions of class_weight module (#28014) 2024-01-12 16:30:02 +00:00
deprecation.py API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00:00
discovery.py MAINT cleanup utils.__init__: move IS_PYPY, _IS_WASM, _IS_32BIT into utils.fixes (#28768) 2024-04-08 09:07:26 +00:00
estimator_checks.py Fix __array__ requires a copy param (#28893) 2024-04-25 15:31:50 +00:00
extmath.py ENH new svd_solver='covariance_eigh' for PCA (#27491) 2024-04-11 16:02:00 +02:00
fixes.py MAINT Bump threadpoolctl min version for 1.5 (#28838) 2024-04-23 16:19:13 +00:00
graph.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
meson.build BLD Fix more build dependencies in meson build (#28821) 2024-04-15 10:34:40 +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 API Deprecate using labels in bytes format (#18555) 2024-04-16 12:34:02 +02:00
murmurhash.pxd MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
murmurhash.pyx MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
optimize.py ENH add verbosity to newton-cg solver (#27526) 2024-04-12 14:29:54 +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 DOC Added docstring examples for utils.sparsefuncs (#28035) 2024-01-11 22:39:53 +00:00
sparsefuncs_fast.pyx MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00: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 FEA: Ridge support for Array API compliant inputs (#27800) 2024-04-25 11:52:04 +02:00