scikit-learn/sklearn
Jérémie du Boisberranger 00a8ae780d
MAINT set version to 1.6.dev0 and add 1.6 changelog (#28962)
2024-05-07 10:45:52 +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 FIX PLSRegression.coef_ takes X and Y variances into account when scale=True (#28612) 2024-05-02 13:22:27 +02:00
datasets MAINT Clean up deprecations for 1.5: in make_sparse_coded_signal (#28805) 2024-04-17 13:55:00 +02:00
decomposition MAINT Follow-up inverse_transform standardization and deprecation clean-up (#28932) 2024-05-03 14:48:50 +02:00
ensemble FIX HistGradientBoosting raising ValueError with monotonic_cst and categorical_feature (#28925) 2024-05-03 15:34:02 +00: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 DOC add links to examples/linear_model/plot_elastic_net_precomputed_gram_matrix_with_weighted_samples.py (#28895) 2024-05-06 16:57:39 +02:00
manifold MNT replace cdef extern from by cimport libc... (#28866) 2024-04-22 10:14:16 +02:00
metrics Fixed two typos. (#28948) 2024-05-04 15:42:48 +00:00
mixture MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
model_selection FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120) 2024-05-03 16:15:25 +00:00
neighbors MAINT Clean up deprecations for 1.5: in NearestCentroid (#28813) 2024-05-02 13:25:14 +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 DOC move d2_log_loss_score in the classification metrics section (#28938) 2024-05-06 11:27:10 +02:00
tree BLD Fix more build dependencies in meson build (#28821) 2024-04-15 10:34:40 +02:00
utils FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120) 2024-05-03 16:15:25 +00:00
__init__.py MAINT set version to 1.6.dev0 and add 1.6 changelog (#28962) 2024-05-07 10:45:52 +02: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 API deprecate multi_class in LogisticRegression (#28703) 2024-05-03 14:48:25 +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