scikit-learn/sklearn
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
..
__check_build MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_build_utils MAINT Replace PYODIDE_PACKAGE_ABI with PYODIDE (#28880) 2024-04-24 16:18:40 +02:00
_loss MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
cluster API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00:00
compose ENH improve the remainder index dtype to be consistent with transformers (#27657) 2024-04-24 20:07:47 +02:00
covariance MAINT Clean up deprecations for 1.5: in graphical_lasso (#28811) 2024-04-12 10:17:25 +02:00
cross_decomposition API deprecate `Y` in favor of `y` in the PLS module (#28604) 2024-03-28 07:45:48 +01:00
datasets MAINT Clean up deprecations for 1.5: in make_sparse_coded_signal (#28805) 2024-04-17 13:55:00 +02:00
decomposition API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00:00
ensemble MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
experimental MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
externals CI Fix issue with Pytest 8.1 and update lock-files (#28570) 2024-03-04 13:53:47 +00:00
feature_extraction DOC Add links to plot_document_clustering example (#26951) 2024-04-26 11:31:20 +02:00
feature_selection MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
gaussian_process MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
impute MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
inspection API Deprecate utils.parallel_backend and utils.register_parallel_backend (#28847) 2024-04-17 10:15:19 +02:00
linear_model MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
manifold MNT replace cdef extern from by cimport libc... (#28866) 2024-04-22 10:14:16 +02:00
metrics MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
mixture MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
model_selection API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00:00
neighbors TST Make test_neighbors_metric robust to rng (#28888) 2024-04-26 17:21:13 +02:00
neural_network MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
preprocessing API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00:00
semi_supervised MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
svm BLD Fix more build dependencies in meson build (#28821) 2024-04-15 10:34:40 +02:00
tests MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
tree BLD Fix more build dependencies in meson build (#28821) 2024-04-15 10:34:40 +02:00
utils MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
__init__.py MAINT Bump threadpoolctl min version for 1.5 (#28838) 2024-04-23 16:19:13 +00:00
_config.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_distributor_init.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_isotonic.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_min_dependencies.py MAINT Bump threadpoolctl min version for 1.5 (#28838) 2024-04-23 16:19:13 +00:00
base.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
calibration.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
conftest.py MAINT cleanup utils.__init__: move IS_PYPY, _IS_WASM, _IS_32BIT into utils.fixes (#28768) 2024-04-08 09:07:26 +00:00
discriminant_analysis.py DOC Linked examples for LDA and QDA in their docstrings (#28611) 2024-03-14 18:43:38 +00:00
dummy.py add feature_names_in_ and n_features_in_ attributes to dummy estimators (#27937) 2024-01-17 17:40:11 -05:00
exceptions.py ENH Improved error messages for `UnsetMetadataPassedError` (#28056) 2024-01-05 14:25:53 +01:00
isotonic.py DOC Add examples to docstring for sklearn.isotonic functions (#28020) 2024-01-12 15:17:05 +00:00
kernel_approximation.py MAINT Clean up deprecations for 1.5: in AdditiveChi2Sampler (#28814) 2024-04-26 17:51:47 +02:00
kernel_ridge.py FIX degree in polynomial kernel should be a floating number (#27668) 2023-12-02 00:08:58 +01:00
meson.build BLD Avoid misleading OpenMP warning with Apple Clang (#28839) 2024-04-18 09:58:56 +02:00
multiclass.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
multioutput.py MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
naive_bayes.py MAINT change force_alpha default value from True to False after deprecation (#27827) 2023-11-23 15:34:36 -05:00
pipeline.py API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00:00
random_projection.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00