scikit-learn/sklearn
Franck Charras 77aeb825b6
FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940)
2023-12-18 16:43:08 +01: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 Remove left-over from KMeans n_init default deprecation (#27938) 2023-12-11 11:12:09 +00:00
compose ENH Adds polars output support to ColumnTransformer (#26683) 2023-12-04 13:25:35 +00:00
covariance ENH allow shrunk_covariance to handle multiple matrices at once (#25275) 2023-12-13 14:55:44 +01:00
cross_decomposition DOC Fix `y_rotations_` shape in PLS docstrings (#27761) 2023-11-26 15:58:28 -05:00
datasets MAINT Remove Python<3.9 code from sklearn.utils.fixes (#27945) 2023-12-13 15:00:08 +01:00
decomposition FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
ensemble MAINT use Voting and Stacking support missing values (#27710) 2023-12-05 08:24:21 -05:00
experimental CI Run test suite inside Pyodide (#27346) 2023-09-28 17:57:20 -04:00
externals CLN avoid nested conftests (#27954) 2023-12-13 12:29:51 -05:00
feature_extraction MAINT Raise NotFittedError when using DictVectorizer without prior fitting (#24838) 2023-12-07 16:43:35 +00:00
feature_selection ENH support unsupervised feature selection for percentile and k-best (#27721) 2023-12-04 10:19:21 +00: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 MAINT change the default solver in QuantileRegressor (#27943) 2023-12-12 17:01:54 +01:00
manifold MAINT change the default of normalized_stress (#27858) 2023-11-28 10:09:12 +01:00
metrics FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
mixture ENH Gaussian mixture bypassing unnecessary initialization computing (#26021) 2023-08-10 19:15:45 +05:00
model_selection FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
neighbors MNT: Make error message clearer for n_neighbors (#23317) 2023-11-18 17:10:18 +00:00
neural_network MNT replace log_logistic by logaddexp (#27544) 2023-10-10 08:23:36 +00:00
preprocessing FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
semi_supervised MAINT Fix typos found by codespell (#27824) 2023-11-22 15:59:36 +00:00
svm MAINT remove deprecated class_weight_ attribute (#27862) 2023-11-28 10:06:47 +01:00
tests ENH add predict_log_proba to ClassifierChain (#27720) 2023-12-05 22:41:36 -05:00
tree FIX force node values outside of [0, 1] range for monotonically constraints classification trees (#27639) 2023-12-07 16:27:54 +01:00
utils FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
__init__.py DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
_config.py ENH Adds polars output support to `set_output` API (#27315) 2023-11-19 22:46:56 +01: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 MAINT bumpversion Python and dependencies (#27910) 2023-12-12 15:12:41 +01:00
base.py MAINT remove deprecated base_estimator and base_estimator_ (#27826) 2023-11-24 13:27:02 -05:00
calibration.py MAINT remove deprecated base_estimator and base_estimator_ (#27826) 2023-11-24 13:27:02 -05:00
conftest.py CLN avoid nested conftests (#27954) 2023-12-13 12:29:51 -05: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 FIX degree in polynomial kernel should be a floating number (#27668) 2023-12-02 00:08:58 +01:00
multiclass.py ENH Add metadata routing to OneVsRestClassifier, OneVsOneClassifier and OutputCodeClassifier (#27308) 2023-10-02 14:47:26 +00:00
multioutput.py ENH add predict_log_proba to ClassifierChain (#27720) 2023-12-05 22:41:36 -05: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 ENH Adds polars output support to `set_output` API (#27315) 2023-11-19 22:46:56 +01:00
random_projection.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00