-
-
Notifications
You must be signed in to change notification settings - Fork 26k
Insights: scikit-learn/scikit-learn
Overview
Could not load contribution data
Please try again later
13 Pull requests merged by 12 people
-
Reduce iteration over steps in
_sk_visual_block_
#29022 merged
Jul 1, 2025 -
ENH Make
GaussianProcessRegressor.predict
faster when return_std and return_cov are false#31431 merged
Jul 1, 2025 -
ENH Add array API for PolynomialFeatures
#31580 merged
Jul 1, 2025 -
MAINT: make scipy-doctest usage forward-compatible
#31609 merged
Jun 30, 2025 -
BLD fix missing license file
#31594 merged
Jun 30, 2025 -
🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖
#31631 merged
Jun 30, 2025 -
🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 🤖
#31629 merged
Jun 30, 2025 -
DOC: Remove FIXME tags from glossary
#31677 merged
Jun 29, 2025 -
DOC The set {0,1} should be \{0, 1\} in math mode
#31622 merged
Jun 29, 2025 -
DOC fix minor typo in
TimeSeriesSplit
docstrings#31640 merged
Jun 29, 2025 -
DOC fix typo and improve whatsnew of #31665
#31669 merged
Jun 29, 2025 -
MNT Remove deprecated
iprint
anddisp
usage in scipy 1.15 LBFGS#31642 merged
Jun 29, 2025 -
DOC Fixed minor typo: "multiclasss" -> "multiclass"
#31667 merged
Jun 29, 2025
4 Pull requests opened by 4 people
-
DOC: Add missing link to example in plot_digits_agglomeration.py
#31681 opened
Jun 30, 2025 -
Docs: Add Nvidia RAPIDS
#31682 opened
Jun 30, 2025 -
FIX Revert tarfile_extractall clean-up
#31685 opened
Jul 1, 2025 -
Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 in the actions group
#31686 opened
Jul 1, 2025
4 Issues closed by 1 person
-
⚠️ CI failed on Wheel builder (last failure: Jun 30, 2025) ⚠️
#31590 closed
Jun 30, 2025 -
DOC: Glossary contains several FIXME tags
#31628 closed
Jun 29, 2025 -
⚠️ CI failed on Linux_Nightly.pylatest_pip_scipy_dev (last failure: Jun 29, 2025) ⚠️
#31624 closed
Jun 29, 2025
1 Issue opened by 1 person
-
AI tools like Copilot Coding Agent don't know about / don't respect our Automated Contributions Policy
#31679 opened
Jun 30, 2025
54 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
FEA D2 Brier Score
#28971 commented on
Jul 1, 2025 • 13 new comments -
DOC improve doc for `_check_n_features` and `_check_feature_names` and fix their usages
#31585 commented on
Jun 30, 2025 • 9 new comments -
Add vector quantization example to KBinsDiscretizer docs
#31613 commented on
Jun 29, 2025 • 1 new comment -
Fix spurious warning from type_of_target when called on estimator.classes_
#31584 commented on
Jul 1, 2025 • 1 new comment -
ENH Add Friedman's H-squared
#28375 commented on
Jul 1, 2025 • 0 new comments -
Refactor `_convert_container`
#28681 commented on
Jul 1, 2025 • 0 new comments -
ENH add CAP curve
#28972 commented on
Jul 1, 2025 • 0 new comments -
FIX TunedThresholdClassifierCV error or warn with informative message on invalid metrics
#29082 commented on
Jul 1, 2025 • 0 new comments -
DEP PassiveAggressiveClassifier and PassiveAggressiveRegressor
#29097 commented on
Jul 1, 2025 • 0 new comments -
FEA add binary_classification_curve
#30134 commented on
Jul 1, 2025 • 0 new comments -
BLD Use Cython's shared memoryview utility to reduce wheel size
#31151 commented on
Jun 29, 2025 • 0 new comments -
ENH Add zero division handling to cohen_kappa_score
#31172 commented on
Jul 1, 2025 • 0 new comments -
Unbiased MDI-like feature importance measure for random forests
#31279 commented on
Jun 30, 2025 • 0 new comments -
ENH add sample_weight and fit_intercept to Cython enet_coordinate_descent
#31375 commented on
Jun 30, 2025 • 0 new comments -
MNT refactor _rescale_data in linear models into _preprocess_data
#31418 commented on
Jun 30, 2025 • 0 new comments -
FEA Implement categorical feature support to `IterativeImputer`
#31479 commented on
Jul 1, 2025 • 0 new comments -
DOC: Add example link to ElasticNet documentation
#31490 commented on
Jun 30, 2025 • 0 new comments -
Add title to DecisionBoundaryDisplay
#31558 commented on
Jun 29, 2025 • 0 new comments -
[MRG] DOC: add Visualization API ROC example link to model_evaluation
#31591 commented on
Jun 29, 2025 • 0 new comments -
[MRG] ENH: add plot_f1_baseline option to PrecisionRecallDisplay.plot
#31600 commented on
Jul 1, 2025 • 0 new comments -
:lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot:
#31630 commented on
Jun 30, 2025 • 0 new comments -
:lock: :robot: CI Update lock files for main CI build(s) :lock: :robot:
#31632 commented on
Jun 30, 2025 • 0 new comments -
MNT instruct AI tools to not open pull requests in github PULL_REQUEST_TEMPLATE.md
#31643 commented on
Jul 1, 2025 • 0 new comments -
FIX ensure proper point dropping in roc_curve with drop_interm…
#31647 commented on
Jul 1, 2025 • 0 new comments -
bump min dependencies anticipating next major release on 2025-11-01
#31656 commented on
Jun 29, 2025 • 0 new comments -
ENH add Array API support for `d2_pinball_score` and `d2_absolute_error_score`
#31671 commented on
Jun 30, 2025 • 0 new comments -
Fix sample weight handling in SAG(A)
#31675 commented on
Jul 1, 2025 • 0 new comments -
`ValueError` raised by `FeatureUnion._set_output` with `FunctionTransform` that outputs a pandas `Series` in scikit-learn version 1.6
#31318 commented on
Jun 29, 2025 • 0 new comments -
Bad error messages in ClassifierChain on multioutput multiclass
#13339 commented on
Jun 29, 2025 • 0 new comments -
Make more of the "tools" of scikit-learn Array API compatible
#26024 commented on
Jun 30, 2025 • 0 new comments -
Automatically move `y` (and `sample_weight`) to the same device and namespace as `X`
#28668 commented on
Jun 30, 2025 • 0 new comments -
Regression in `DecisionBoundaryDisplay.from_estimator` with `colors` and `plot_method='contour'` after upgrading to v1.7.0
#31546 commented on
Jun 30, 2025 • 0 new comments -
Two bugs in `sklearn.metrics.roc_curve`: `drop_intermediate=True` option
#31635 commented on
Jul 1, 2025 • 0 new comments -
memory leak for QuantileTransformer
#31668 commented on
Jul 1, 2025 • 0 new comments -
ENH Add clip parameter to MaxAbsScaler
#31672 commented on
Jul 1, 2025 • 0 new comments -
ENH: Add MedianAbsoluteDeviationScaler (MADScaler) to sklearn.preprocessing
#31621 commented on
Jul 1, 2025 • 0 new comments -
⚠️ CI failed on Ubuntu_Atlas.ubuntu_atlas (last failure: Feb 19, 2025) ⚠️
#27846 commented on
Jul 1, 2025 • 0 new comments -
⚠️ CI failed on Linux_Docker.debian_32bit (last failure: Apr 19, 2025) ⚠️
#29802 commented on
Jul 1, 2025 • 0 new comments -
⚠️ CI failed on Linux.pymin_conda_forge_openblas_min_dependencies (last failure: Jan 19, 2025) ⚠️
#29909 commented on
Jul 1, 2025 • 0 new comments -
OneVsRestClassifier cannot be used with TunedThresholdClassifierCV
#30036 commented on
Jul 1, 2025 • 0 new comments -
Add links to examples from the docstrings and user guide
#30621 commented on
Jul 1, 2025 • 0 new comments -
DOC Managing huntr security vulnerability reports
#31657 commented on
Jul 1, 2025 • 0 new comments -
Routing metadata to the `response_method` used by a scorer
#27977 commented on
Jul 1, 2025 • 0 new comments -
TransformedTargetClassifier
#20952 commented on
Jul 1, 2025 • 0 new comments -
`_check_feature_names` raises UserWarning when accessing bagged estimators
#21599 commented on
Jul 1, 2025 • 0 new comments -
BUG internal indexing tools trigger error with pandas < 2.0.0
#28931 commented on
Jul 1, 2025 • 0 new comments -
sample_weight is silently ignored in LogisticRegressionCV.score when metadata routing is enabled
#30817 commented on
Jul 1, 2025 • 0 new comments -
Make `zero_division` parameter consistent in the different metric
#29048 commented on
Jul 1, 2025 • 0 new comments -
ENH add Naive Bayes Metaestimator `ColumnwiseNB` (aka "GeneralNB")
#22574 commented on
Jul 1, 2025 • 0 new comments -
ENH Add option `n_splits='walk_forward'` in `TimeSeriesSplit`
#23780 commented on
Jul 1, 2025 • 0 new comments -
FEA Implementation of "threshold-dependent metric per threshold value" curve
#25639 commented on
Jul 1, 2025 • 0 new comments -
ENH add post fit calibration to HGBT
#26311 commented on
Jul 1, 2025 • 0 new comments -
FEA add stratified k-fold iterators for splitting multilabel data
#26423 commented on
Jul 1, 2025 • 0 new comments -
ENH add zero_division in balanced_accuracy_score
#28038 commented on
Jul 1, 2025 • 0 new comments