scikit-learn/sklearn
Dimitris Litsidis f7eea97809
MAINT Parameters validation for sklearn.metrics.average_precision_score (#25318)
2023-01-13 22:05:27 +00:00
..
__check_build BLD Migrate away from distutils and only use setuptools (#24563) 2022-11-03 18:30:14 +01:00
_build_utils CI Use latest Cython sources in scipy-dev build (#25300) 2023-01-11 13:55:13 -05:00
_loss BLD Migrate away from distutils and only use setuptools (#24563) 2022-11-03 18:30:14 +01:00
cluster MAINT Parameters validation for cluster.ward_tree (#25388) 2023-01-13 20:34:08 +01:00
compose FIX Allow tuple for ColumnTransformer 'transformers' parameter (#25222) 2022-12-22 14:32:12 +01:00
covariance TST use global_random_seed in sklearn/covariance/tests/test_elliptic_envelope.py (#25272) 2023-01-03 16:46:56 +01:00
cross_decomposition ENH Makes OneToOneFeatureMixin and ClassNamePrefixFeaturesOutMixin public (#24688) 2022-10-18 23:20:17 +02:00
datasets FIX skip space after delimiter in fetch_openml when using pandas parser (#25312) 2023-01-13 13:29:13 +00:00
decomposition MAINT Clean deprecations in MiniBatchDictionaryLearning (#25357) 2023-01-11 14:26:44 -05:00
ensemble FIX Support read-only sparse datasets for `Tree`-based estimators (#25341) 2023-01-12 12:56:03 -05:00
experimental ENH Improves error message when experimental flag is not imported (#23194) 2022-04-27 10:37:57 +02:00
externals MAINT sync lobpcg with SciPy main (#25176) 2022-12-14 11:59:38 +00:00
feature_extraction DOC update the documentation of fit of stateless transformers (#25191) 2023-01-12 15:16:10 +01:00
feature_selection DOC only use chi2 on binary and counts features (#24684) 2023-01-12 20:02:25 +01:00
gaussian_process FIX Ensure that GaussianProcessRegressor predict method does not modify input (#24405) 2022-09-12 13:52:47 +02:00
impute DOC Clarify fill_value behavior in SimpleImputer (#25081) 2022-12-01 08:47:17 +01:00
inspection FIX `cross_validate` with multimetric scoring returns the non-failed scorers results even if some fail (#23101) 2022-12-28 15:16:11 +00:00
linear_model MAINT always seed make_classification in tests (#25353) 2023-01-11 16:09:44 +01:00
manifold MAINT fix typo in comments of t-SNE code base (#25394) 2023-01-13 20:14:09 +01:00
metrics MAINT Parameters validation for sklearn.metrics.average_precision_score (#25318) 2023-01-13 22:05:27 +00:00
mixture DOC fix broken citeseer links (#24800) 2022-11-02 22:37:28 +01:00
model_selection FIX `cross_validate` with multimetric scoring returns the non-failed scorers results even if some fail (#23101) 2022-12-28 15:16:11 +00:00
neighbors CI Use latest Cython sources in scipy-dev build (#25300) 2023-01-11 13:55:13 -05:00
neural_network FIX Allow input validation by pass in MLPClassifier (#24873) 2023-01-04 10:59:47 +01:00
preprocessing DOC update the documentation of fit of stateless transformers (#25191) 2023-01-12 15:16:10 +01:00
semi_supervised DOC Improve docs of BaseLabelPropagation.transduction_ (#24985) 2022-12-01 14:58:51 +01:00
svm MAINT Remove -Wcpp warnings when compiling sklearn.svm._liblinear (#25112) 2023-01-09 08:31:15 +01:00
tests MAINT Parameters validation for sklearn.metrics.average_precision_score (#25318) 2023-01-13 22:05:27 +00:00
tree FIX Support read-only sparse datasets for `Tree`-based estimators (#25341) 2023-01-12 12:56:03 -05:00
utils FIX Fixes transform wrappig in _SetOutputMixin (#25295) 2023-01-10 17:47:11 +01:00
__init__.py MAINT Bump version number to 1.3 (#25046) 2022-11-28 10:09:58 +01:00
_config.py DOC Improve docstring around set_output (#24672) 2022-10-18 16:38:50 -04:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx MAINT clean-up unused variables and imports in cython files (#24347) 2022-09-05 10:39:20 +02:00
_min_dependencies.py MAINT Update conda-lock version and regenerate lock files (#25009) 2022-11-23 10:17:08 +01:00
base.py ENH Adds InconsistentVersionWarning when unpickling version doesn't match (#25297) 2023-01-12 10:32:23 +01:00
calibration.py MAINT Parameters validation for `CalibratedClassifierCV` (#24101) 2022-08-31 20:42:51 +02:00
conftest.py MNT minor clean-up of sklearn/conftests.py (#25358) 2023-01-11 11:05:26 -05:00
discriminant_analysis.py ENH Makes OneToOneFeatureMixin and ClassNamePrefixFeaturesOutMixin public (#24688) 2022-10-18 23:20:17 +02:00
dummy.py cln deprecations (#24386) 2022-09-07 17:08:17 +02:00
exceptions.py ENH Adds InconsistentVersionWarning when unpickling version doesn't match (#25297) 2023-01-12 10:32:23 +01:00
isotonic.py ENH Makes OneToOneFeatureMixin and ClassNamePrefixFeaturesOutMixin public (#24688) 2022-10-18 23:20:17 +02:00
kernel_approximation.py ENH Raise NotFittedError in get_feature_names_out for AdditiveChi2Sampler (#25291) 2023-01-06 14:21:32 +01:00
kernel_ridge.py MNT Adds dict typing hint to _parameter_constraints for mypy (#24301) 2022-08-30 11:01:10 +02:00
multiclass.py MAINT use ArgKmin in OutputCodeClassifier (#25196) 2023-01-04 16:35:04 +01:00
multioutput.py MAINT Parameters validation for `ClassifierChain` and `RegressorChain` (#24112) 2022-08-31 23:11:19 +02:00
naive_bayes.py TST Add common tests for single class fitting induced by sample weights (#24140) 2022-12-29 17:34:55 +00:00
pipeline.py MAINT validate parameters of Pipeline (#25133) 2022-12-09 15:28:08 -05:00
random_projection.py MAINT Parameters validation for sklearn.random_projection.johnson_lindenstrauss_min_dim (#25278) 2023-01-06 13:11:50 +01:00