-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Insights: scikit-learn/scikit-learn
Overview
Could not load contribution data
Please try again later
21 Pull requests merged by 11 people
-
TST fix test_dtype_preprocess_data
#31935 merged
Aug 13, 2025 -
DOC relabel some PRs as efficiency
#31934 merged
Aug 13, 2025 -
DOC Clean up
Building from source
instructions on macOS#31938 merged
Aug 13, 2025 -
ENH/FIX stopping criterion for coordinate descent
gap <= tol
#31906 merged
Aug 13, 2025 -
DEP PassiveAggressiveClassifier and PassiveAggressiveRegressor
#29097 merged
Aug 12, 2025 -
DOC Improve wording in Getting Started page
#31926 merged
Aug 12, 2025 -
DOC better internal docstring for Cython enet_coordinate_descent
#31919 merged
Aug 11, 2025 -
DOC Minor updates to DBSCAN clustering documentation
#31914 merged
Aug 11, 2025 -
CI Remove conda environment cache in CUDA CI
#31900 merged
Aug 11, 2025 -
Move Nicolas from active maintainer to emeritus
#31921 merged
Aug 11, 2025 -
🔒 🤖 CI Update lock files for scipy-dev CI build(s) 🔒 🤖
#31916 merged
Aug 11, 2025 -
🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 🤖
#31917 merged
Aug 11, 2025 -
FIX make scorer.repr work with a partial score_func
#31891 merged
Aug 11, 2025 -
CI add ccache for GitHub Actions
#31895 merged
Aug 11, 2025 -
FIX LogisticRegression warm start with newton-cholesky solver
#31866 merged
Aug 11, 2025 -
🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖
#31878 merged
Aug 11, 2025 -
MNT instruct AI tools to not open pull requests in github PULL_REQUEST_TEMPLATE.md
#31643 merged
Aug 8, 2025 -
ENH/DOC clearer sample weight validation error msg
#31873 merged
Aug 8, 2025 -
ENH speedup enet_coordinate_descent_gram
#31880 merged
Aug 8, 2025 -
DOC: Fix typo in _HTMLDocumentationLinkMixin docstring
#31887 merged
Aug 7, 2025 -
CI First step towards moving Azure CI to GHA
#31832 merged
Aug 7, 2025
21 Pull requests opened by 16 people
-
Raise error logreg liblinear
#31888 opened
Aug 7, 2025 -
DOC remove custom scorer from scratch from docs
#31890 opened
Aug 7, 2025 -
DOC: Clarify split threshold selection in RandomForest (#27159)
#31892 opened
Aug 7, 2025 -
FIX make sure _PassthroughScorer works with meta-estimators
#31898 opened
Aug 8, 2025 -
DOC add Pull Request checklist to template
#31902 opened
Aug 9, 2025 -
Optimize OpenML dataset loading by eliminating redundant file reads
#31903 opened
Aug 9, 2025 -
MNT update Cython 3.0.10 to 3.1.2
#31905 opened
Aug 9, 2025 -
TST/MNT clean up some tests in coordinate descent
#31909 opened
Aug 9, 2025 -
FEA add 'infrequent_if_exist' handle_unknown option to OrdinalEncoder
#31910 opened
Aug 9, 2025 -
:lock: :robot: CI Update lock files for main CI build(s) :lock: :robot:
#31918 opened
Aug 11, 2025 -
DOC: Clarify chance level label in RocCurveDisplay
#31922 opened
Aug 11, 2025 -
FIX normalization in semi_supervised label_propagation
#31924 opened
Aug 11, 2025 -
Customized dir method to recognize available_if decorator
#31928 opened
Aug 12, 2025 -
MNT remove PA_C from SGD and (re-) use eta0
#31932 opened
Aug 12, 2025 -
FIX range (and default) of eta0 in SGD
#31933 opened
Aug 12, 2025 -
WIP: Display the shape of outgoing data structures
#31937 opened
Aug 13, 2025 -
Enhancement: No limit on max_features for SelectFromModel
#31939 opened
Aug 13, 2025 -
CI add codecov to GitHub Action workflow
#31941 opened
Aug 13, 2025 -
Fix LabelEncoder set_output method availability
#31943 opened
Aug 13, 2025 -
FIX: Clarify LabelEncoder does not support set_output
#31944 opened
Aug 13, 2025 -
docs: minor typos fixed
#31945 opened
Aug 14, 2025
15 Issues closed by 7 people
-
Docs instructions for installing LLVM OpenMP with Homebrew may need updating
#31930 closed
Aug 13, 2025 -
⚠️ CI failed on Linux_Nightly.pylatest_pip_scipy_dev (last failure: Aug 10, 2025) ⚠️
#31913 closed
Aug 13, 2025 -
DOC Update advanced installation instructions from macOS
#29603 closed
Aug 13, 2025 -
Documentation improvement for macOS Homebrew libomp installation
#31359 closed
Aug 13, 2025 -
Do we want to keep the Passive Agressive estimators?
#15161 closed
Aug 12, 2025 -
HDBSCAN modifies input precomputed distance matrix
#31907 closed
Aug 12, 2025 -
QuantileTransformer is incredibly slow
#31901 closed
Aug 12, 2025 -
404 when fetching datasets with sklearn.datasets.fetch_openml
#31923 closed
Aug 11, 2025 -
TunedThreasholdClassiffierCV not understanding `func(y_pred, y_true, ...)` as a valid `scoring`
#31894 closed
Aug 11, 2025 -
RFC Revisiting meta-routing developer API for defining method mappings
#28467 closed
Aug 11, 2025 -
Edge case bug in metadata routing (n_samples == n_features)
#30739 closed
Aug 11, 2025 -
Intercepts of Newton-Cholesky logistic regression get corrupted when warm starting
#31859 closed
Aug 11, 2025 -
Making the extension contract stable through version upgrades
#31728 closed
Aug 8, 2025 -
⚠️ CI failed on Wheel builder (last failure: Aug 08, 2025) ⚠️
#31896 closed
Aug 8, 2025 -
Incorrect error message in `_check_sample_weight`
#31712 closed
Aug 8, 2025
7 Issues opened by 7 people
-
Diabetes data should match the original source
#31940 opened
Aug 13, 2025 -
Allow common estimator checks to use `xfail_strict=True`
#31931 opened
Aug 12, 2025 -
Add a better implementation of Latent Dirichlet Allocation
#31925 opened
Aug 11, 2025 -
Stable extender contract via `fit` / `_fit` resp `predict` / `_predict` separation
#31912 opened
Aug 9, 2025 -
⚠️ CI failed on Linux_Runs.pylatest_conda_forge_mkl (last failure: Aug 12, 2025) ⚠️
#31904 opened
Aug 9, 2025 -
Add `covariance_estimator` to `QuadraticDiscriminantAnalysis`?
#31899 opened
Aug 8, 2025 -
We don't support `func(estimator, X, y, ...)` across the board as a scorer
#31889 opened
Aug 7, 2025
44 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.
-
ENH add gap safe screening rules to enet_coordinate_descent
#31882 commented on
Aug 12, 2025 • 18 new comments -
DOC improved plot_semi_supervised_newsgroups.py example
#31104 commented on
Aug 8, 2025 • 12 new comments -
Enable config setting `sparse_interface` to control sparray and spmatrix creation
#31177 commented on
Aug 12, 2025 • 6 new comments -
FEA Group aware Time-based cross validation
#16236 commented on
Aug 8, 2025 • 2 new comments -
Make the test suite itself thread-safe to be able to detect thread-safety problems with or without free-threading
#30041 commented on
Aug 12, 2025 • 2 new comments -
FIX Draw indices using sample_weight in Random Forests
#31529 commented on
Aug 13, 2025 • 1 new comment -
Added sample weight handling to BinMapper under HGBT
#29641 commented on
Aug 7, 2025 • 1 new comment -
ENH Add a tooltip for the RocCurveDisplay
#31860 commented on
Aug 13, 2025 • 1 new comment -
⚠️ CI failed on Linux_Docker.debian_32bit (last failure: Apr 19, 2025) ⚠️
#29802 commented on
Aug 14, 2025 • 0 new comments -
ENH Array API for `contingency_matrix`
#29251 commented on
Aug 7, 2025 • 0 new comments -
DOC Rework ROC example with cross-validation
#29611 commented on
Aug 12, 2025 • 0 new comments -
adding adaptive learning rate for minibatch k-means
#30051 commented on
Aug 13, 2025 • 0 new comments -
FIX `LogisticRegressionCV.score` and `_BaseScorer` metadata routing
#30859 commented on
Aug 11, 2025 • 0 new comments -
FIX routing to composite methods
#30869 commented on
Aug 11, 2025 • 0 new comments -
FEAT enable default routing strategy machinery
#30946 commented on
Aug 11, 2025 • 0 new comments -
ENH add sample_weight and fit_intercept to Cython enet_coordinate_descent
#31375 commented on
Aug 9, 2025 • 0 new comments -
FEAT allow configuring automatically requested metadata
#31401 commented on
Aug 11, 2025 • 0 new comments -
DOC add links to plot_ridge_coeffs example
#31454 commented on
Aug 13, 2025 • 0 new comments -
MNT refactoring in routing _MetadataRequester
#31534 commented on
Aug 7, 2025 • 0 new comments -
ENH Adding a column to link each parameter docstring row in params table display
#31564 commented on
Aug 8, 2025 • 0 new comments -
FIX metadata routing for scorer
#31654 commented on
Aug 11, 2025 • 0 new comments -
Adapting step_size and sag updates for sample_weight
#31837 commented on
Aug 13, 2025 • 0 new comments -
DOC Update wikipedia article for scikit-learn
#30907 commented on
Aug 7, 2025 • 0 new comments -
`_MultimetricScorer` deals with `_accept_sample_weights` inconsistently
#31599 commented on
Aug 7, 2025 • 0 new comments -
Allow batch based metrics calculation of sklearn.metrics
#31554 commented on
Aug 8, 2025 • 0 new comments -
Strong Rules / Gap Safe Screening for Discarding Predictors in Lasso-type Problems
#229 commented on
Aug 11, 2025 • 0 new comments -
Revisit the "chance level" for the different displays
#30352 commented on
Aug 11, 2025 • 0 new comments -
RFC SLEP006: allow users to enable a "strict" mode in metadata routing
#23920 commented on
Aug 11, 2025 • 0 new comments -
SLEP006: globally setting request values
#26050 commented on
Aug 11, 2025 • 0 new comments -
RFC SLEP006: verbose vs non-verbose declaration in meta-estimator
#23928 commented on
Aug 11, 2025 • 0 new comments -
SLEP006 - Metadata Routing task list
#22893 commented on
Aug 11, 2025 • 0 new comments -
Feature Selectors fail to route metadata when inside a Pipeline
#30527 commented on
Aug 11, 2025 • 0 new comments -
Strange normalization of semi-supervised label propagation in `_build_graph`
#31872 commented on
Aug 11, 2025 • 0 new comments -
ENH Add `pos_label` parameter to `TargetEncoder`
#27342 commented on
Aug 11, 2025 • 0 new comments -
`SVC(probability=True)` is not thread-safe
#31885 commented on
Aug 11, 2025 • 0 new comments -
Fitting different instances of `LinearSVC` is not thread-safe
#31883 commented on
Aug 11, 2025 • 0 new comments -
Pipeline score asks to explicitly request sample_weight
#30937 commented on
Aug 11, 2025 • 0 new comments -
Inaccurate Attribute Listing with dir(obj) for Classes Using available_if Conditional Method Decorator
#28558 commented on
Aug 12, 2025 • 0 new comments -
pairwise_distances_argmin_min / ArgKMin64 is not thread-safe
#31884 commented on
Aug 12, 2025 • 0 new comments -
Make `sklearn.metrics._scorer._MultimetricScorer` part of the public API
#31540 commented on
Aug 13, 2025 • 0 new comments -
CI: Enable GitHub Actions App for ppc64le (Power architecture) support
#31810 commented on
Aug 13, 2025 • 0 new comments -
AttributeError: This 'LabelEncoder' has no attribute 'set_output'
#26711 commented on
Aug 13, 2025 • 0 new comments -
⚠️ CI failed on Ubuntu_Atlas.ubuntu_atlas (last failure: Aug 03, 2025) ⚠️
#27846 commented on
Aug 14, 2025 • 0 new comments -
⚠️ CI failed on Linux.pymin_conda_forge_openblas_min_dependencies (last failure: Jan 19, 2025) ⚠️
#29909 commented on
Aug 14, 2025 • 0 new comments