scikit-learn/sklearn
Sebastian Berg 0ab36990c0
MAINT: Adapt sklearn for NumPy default integer change (#27041)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-11-16 09:35:16 -05:00
..
__check_build MNT Update black to 23.3.0 (#26110) 2023-04-06 12:14:16 -04:00
_build_utils MAINT Explicit cython options for better discovery (#27480) 2023-09-27 09:32:06 -04:00
_loss FIX fixes memory leak seen in PyPy in Cython losses (#27670) 2023-10-31 10:42:49 +01:00
cluster MAINT: Adapt sklearn for NumPy default integer change (#27041) 2023-11-16 09:35:16 -05:00
compose API ColumnTransformer.transformers_: passthrough -> FunctionTransformer (#27204) 2023-10-05 10:50:18 +00:00
covariance MAINT fix line too long in docstring in covariance estimators (#27759) 2023-11-09 17:45:26 +01:00
cross_decomposition FIX ravel prediction of `PLSRegression` when fitted on 1d `y` (#26602) 2023-07-24 11:22:25 +05:00
datasets FIX Make `_download_20newsgroups` safer (#27251) 2023-11-10 18:51:09 -05:00
decomposition FIX array_api support for non-integer n_components in PCA (#27431) 2023-11-15 11:45:35 -05:00
ensemble ENH add feature subsampling per split for HGBT (#27139) 2023-11-14 18:26:01 +00:00
experimental CI Run test suite inside Pyodide (#27346) 2023-09-28 17:57:20 -04:00
externals TST Extend tests for `scipy.sparse/*array` in `sklearn/manifold/tests/test_spectral_embedding` (#27240) 2023-11-04 13:26:44 -04:00
feature_extraction CI Run test suite inside Pyodide (#27346) 2023-09-28 17:57:20 -04:00
feature_selection DOC update the docstring and user guide for REFCV (#27411) 2023-10-31 10:02:59 +01:00
gaussian_process DOC fix rendering of d(\cdot,\cdot) in documentation (#27780) 2023-11-14 14:59:41 +01:00
impute DOC add reference link to available articles in imputation module (#27548) 2023-10-10 11:40:10 +02:00
inspection FIX handle outlier detector in _get_response_values (#27565) 2023-10-13 12:04:08 +02:00
linear_model DOC remove default parameter values for private function in logistic module (#27787) 2023-11-16 11:23:44 +01:00
manifold TST Extend tests for `scipy.sparse/*array` in `sklearn/manifold/tests/test_spectral_embedding` (#27240) 2023-11-04 13:26:44 -04:00
metrics FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
mixture ENH Gaussian mixture bypassing unnecessary initialization computing (#26021) 2023-08-10 19:15:45 +05:00
model_selection DOC minor fixes of cross-validation splitter docstrings (#27790) 2023-11-16 11:22:16 +01:00
neighbors TST make sure to not have ties in sparse callable NN test (#27567) 2023-10-11 14:34:38 +00:00
neural_network MNT replace log_logistic by logaddexp (#27544) 2023-10-10 08:23:36 +00:00
preprocessing ENH Add Array API compatibility to `Normalizer` (#27558) 2023-11-14 14:08:43 +01:00
semi_supervised TST Extend tests for `scipy.sparse/*array` in `sklearn/manifold/tests/test_spectral_embedding` (#27240) 2023-11-04 13:26:44 -04:00
svm DOC Notebook style and enhanced descriptions in SVM kernels example (#26805) 2023-08-24 15:06:25 +02:00
tests FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
tree MAINT remove old code related to removed option max_features="auto" (#27698) 2023-11-03 12:45:05 +05:00
utils MAINT: Adapt sklearn for NumPy default integer change (#27041) 2023-11-16 09:35:16 -05:00
__init__.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
_config.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_min_dependencies.py CI Update conda-lock to latest release (#27785) 2023-11-15 09:47:39 +01:00
base.py ENH improve visual HTML estimator representation (#26616) 2023-10-25 08:38:12 +02:00
calibration.py DOC Improve svm reference in `CalibratedClassifierCV` (#27791) 2023-11-16 11:23:09 +01:00
conftest.py CI Do not run doctests for numpy 2 (#27345) 2023-09-13 16:37:26 +00:00
discriminant_analysis.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
dummy.py MNT Adjust code after NEP 51 numpy scalar formatting changes (#27042) 2023-08-22 11:26:55 +02:00
exceptions.py FEAT SLEP006: metadata routing infrastructure (#24027) 2023-06-02 16:43:31 -04:00
isotonic.py MAINT Parameters validation for sklearn.isotonic.check_increasing (#26256) 2023-06-30 13:35:33 +00:00
kernel_approximation.py DOC add link to plot_scalable_poly_kernels.py example (#27527) 2023-10-09 15:38:52 +02:00
kernel_ridge.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
multiclass.py ENH Add metadata routing to OneVsRestClassifier, OneVsOneClassifier and OutputCodeClassifier (#27308) 2023-10-02 14:47:26 +00:00
multioutput.py MAINT Remove unused variable in `ClassifierChain` (#27701) 2023-11-01 12:24:33 +01:00
naive_bayes.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
pipeline.py DOC Fix FeatureUnion docstring (#27730) 2023-11-08 08:38:24 -05:00
random_projection.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00