scikit-learn/sklearn/utils
Guillaume Lemaitre 8912619e0d
FIX handle outlier detector in _get_response_values (#27565)
2023-10-13 12:04:08 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests FIX handle outlier detector in _get_response_values (#27565) 2023-10-13 12:04:08 +02: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.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
_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 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 FIX handle outlier detector in _get_response_values (#27565) 2023-10-13 12:04:08 +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 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 DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02: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 TST Use _sklearn_version rather than version in pickle tests (#27554) 2023-10-09 22:46:49 +02:00
extmath.py MNT replace log_logistic by logaddexp (#27544) 2023-10-10 08:23:36 +00:00
fixes.py MAINT downcast object to other dtype without deprecation warning (#27487) 2023-10-11 12:04:43 +02: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 DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02: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 MAINT Use scipy sparse nanmin/nanmax for scipy>=1.11 (#27492) 2023-10-09 09:07:26 +02: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 DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00