scikit-learn/sklearn
Adrin Jalali 61ba9bf77e
MNT SLEP6: metadata_routing.rst can now be tested (#27398)
2023-09-18 10:04:41 +02:00
..
__check_build MNT Update black to 23.3.0 (#26110) 2023-04-06 12:14:16 -04:00
_build_utils MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_loss MAINT better fused type names in loss module (#27330) 2023-09-11 18:01:02 +02:00
cluster MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02:00
compose DOC add feature_names_in_ in the docsring of ColumnTransformer (#27130) 2023-09-12 13:04:31 +00:00
covariance DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
cross_decomposition FIX ravel prediction of `PLSRegression` when fitted on 1d `y` (#26602) 2023-07-24 11:22:25 +05:00
datasets TST Extend tests for `scipy.sparse.*array` in `sklearn/datasets/tests/test_svmlight_format.py` (#27220) 2023-09-12 12:11:51 +02:00
decomposition TST Speed up some of the slowest tests (#27383) 2023-09-16 11:09:15 +02:00
ensemble TST Speed up some of the slowest tests (#27383) 2023-09-16 11:09:15 +02:00
experimental MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
externals MAINT Remove outdated fixes (#26442) 2023-06-01 16:57:13 +02:00
feature_extraction MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02:00
feature_selection TST Extend tests for `scipy.sparse/*array` in `sklearn/feature_selection/tests/test_variance_threshold` (#27222) 2023-09-13 15:11:55 +02:00
gaussian_process DOC Added example link to Gaussian process regressor (#26980) 2023-08-12 00:39:42 +02:00
impute TST Extend tests for `scipy.sparse/*array` in `sklearn/impute/tests/test_common` (#27277) 2023-09-15 21:44:09 +02:00
inspection DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
linear_model TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_logistic.py` (#27210) 2023-09-13 21:24:24 +00:00
manifold MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02:00
metrics MNT SLEP6: metadata_routing.rst can now be tested (#27398) 2023-09-18 10:04:41 +02:00
mixture ENH Gaussian mixture bypassing unnecessary initialization computing (#26021) 2023-08-10 19:15:45 +05:00
model_selection TST Extend tests for `scipy.sparse.*array` in `model_selection/tests/test_validation.py` (#27366) 2023-09-18 11:53:40 +05:00
neighbors TST Speed up some of the slowest tests (#27383) 2023-09-16 11:09:15 +02:00
neural_network TST Extend tests for `scipy.sparse/*array` in `sklearn/neural_network/tests/test_rbm` (#27252) 2023-09-13 14:04:16 +05:00
preprocessing MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02:00
semi_supervised MAINT Remove soon-to-be deprecated scipy.sparse functions (#26751) 2023-07-12 18:34:01 +02:00
svm DOC Notebook style and enhanced descriptions in SVM kernels example (#26805) 2023-08-24 15:06:25 +02:00
tests API replace mean_squared_error(square=False) by root_mean_squared_error (#26734) 2023-09-16 14:58:37 +02:00
tree TST Speed up some of the slowest tests (#27383) 2023-09-16 11:09:15 +02:00
utils FIX accept multilabel-indicator in _get_response_values (#27002) 2023-09-17 15:15:47 +02:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_config.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
_distributor_init.py
_isotonic.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_min_dependencies.py MNT Improve conda version check and update lock files (#26845) 2023-07-18 15:46:10 +02:00
base.py ENH warn if {transform, predict} consume metadata but no custom fit_{transform, predict} is defined (#26831) 2023-07-14 17:46:19 +05:00
calibration.py MAINT replace obj and grad in sigmoid calibration with private loss module (#27185) 2023-09-06 09:16:55 +02: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 TST Extend tests for `scipy.sparse.*array` in `sklearn/tests/test_kernel_approximation.py` (#27301) 2023-09-12 06:52:13 +00:00
kernel_ridge.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
multiclass.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
multioutput.py DOC Add link to plot_classifier_chain_yeast example in ClassifierChain (#26937) 2023-08-12 12:24:14 +02:00
naive_bayes.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
pipeline.py ENH add metadata routing to ColumnTransformer (#27005) 2023-08-21 12:58:39 +00:00
random_projection.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00