Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/scikit-learn/scikit-learn

scikit-learn: machine learning in Python
https://github.com/scikit-learn/scikit-learn

corrected a typo in FAQ

star1327p opened this pull request 4 days ago
DOC removed reference to closed issue

tuscland opened this pull request 4 days ago
CI Install PyTorch from conda-forge channel rather than pytorch

lesteve opened this pull request 4 days ago
CI Use scipy-doctest for more convenient doctests

lesteve opened this pull request 4 days ago
DOC Update rst doctests to be compatible with numpy >= 2

lesteve opened this pull request 4 days ago
OneHotEncoder categorical_features is unexpected keyword argument

sofyakrainova opened this issue 5 days ago
DBSCAN AttributeError: 'NoneType' object has no attribute 'split'

NicolasGandoin opened this issue 5 days ago
MNT clean up python 2 super()

StefanieSenger opened this pull request 5 days ago
:lock: :robot: CI Update lock files for main CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 5 days ago
:lock: :robot: CI Update lock files for array-api CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 5 days ago
:lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 5 days ago
:lock: :robot: CI Update lock files for free-threaded CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 5 days ago
:lock: :robot: CI Update lock files for cirrus-arm CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 5 days ago
fix: check array error message if estimator is none

taharallouche opened this pull request 7 days ago
FIX Restore support for n_samples == n_features in MinCovDet.

anntzer opened this pull request 7 days ago
feat: tprocess

conradstevens opened this pull request 7 days ago
Add missing value support for AdaBoost?

jcbioinformatics opened this issue 9 days ago
Improved documentation and comments in classifier comparison example

Wilbebs opened this pull request 9 days ago
MAINT Remove unnecessary check in tree.pyx

jeremiedbb opened this pull request 9 days ago
Update chi2 documentation to clarify usage for continuous data

hugoboulenger opened this pull request 9 days ago
doc: fix typo in LabelPropagation

domenicocinque opened this pull request 9 days ago
DOC add Stefanie Senger in Contributor Experience Team

glemaitre opened this pull request 9 days ago
DOC add scikit-learn MOOC and course materials on the FAQ page

virchan opened this pull request 10 days ago
#30463 Allowing disabling refitting of CV estimators

paulAdrienMarie opened this pull request 10 days ago
API Deprecate n_alphas in LinearModelCV

jeremiedbb opened this issue 10 days ago
CI Replace deprecated circle CI "deploy" key

jeremiedbb opened this pull request 10 days ago
MAINT Forward 1.6 changelog and deleted fragments from 1.6.X

jeremiedbb opened this pull request 10 days ago
ENH Allows disabling refitting of CV estimators

AhmedThahir opened this pull request 10 days ago
DOC Add link for prediction latency plot for classification benchmark

kayo09 opened this pull request 10 days ago
DOC Remove examples for the old tutorials section

lucyleeow opened this pull request 10 days ago
⚠️ CI failed on Wheel builder (last failure: Dec 11, 2024) ⚠️

scikit-learn-bot opened this issue 10 days ago
Pass routed params by name in transform_input example

jnothman opened this pull request 11 days ago
Add checking if tree criterion/splitter are classes

gilramot opened this issue 11 days ago
MAINT Delete fragments for 1.6

jeremiedbb opened this pull request 11 days ago
DOC Update maintainers doc now that we use towncrier

jeremiedbb opened this pull request 11 days ago
FIX Fix device detection when array API dispatch is disabled

lesteve opened this pull request 11 days ago
Multiple thresholds in FixedThresholdClassifier

lcrmorin opened this issue 11 days ago
duck typed estimators fail in check_estimator

paulbkoch opened this issue 12 days ago
SGDRegressor gradient clipping

john-zhang-uoft opened this pull request 12 days ago
DOC add FAQ link to scikit-learn course

reshamas opened this issue 12 days ago
MAINT Update SECURITY.md for 1.6.0

jeremiedbb opened this pull request 12 days ago
REL Update news for 1.6.0

jeremiedbb opened this pull request 12 days ago
ENH Array API support for confusion_matrix

StefanieSenger opened this pull request 12 days ago
ENH Add array api for log_loss

OmarManzoor opened this pull request 12 days ago
:lock: :robot: CI Update lock files for main CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 12 days ago
:lock: :robot: CI Update lock files for array-api CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 12 days ago
:lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 12 days ago
:lock: :robot: CI Update lock files for free-threaded CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 12 days ago
:lock: :robot: CI Update lock files for cirrus-arm CI build(s) :lock: :robot:

scikit-learn-bot opened this pull request 12 days ago
Editing Bayesian Ridge sample weight for y_predict std

sinhabintebabul opened this pull request 12 days ago
MAINT postpone erroring in 1.9 when dealing with integer in PDP

glemaitre opened this pull request 13 days ago
Json

QueenBiah opened this issue 13 days ago
Example of binning of continous variables for chi2

bykhov opened this issue 13 days ago
DOC add link to plot_covariance_estimation example in docstrings and userguide

stefanogaspari opened this pull request 13 days ago
DOC Correct short_summary for sklearn.kernel_approximation module

Uvi-12 opened this pull request 14 days ago
Replace all mentions of 'Twitter' with 'X'

alisina97 opened this pull request 14 days ago
MAINT add Maren Westermann in the documentation team

glemaitre opened this pull request 14 days ago
Code Review for check-meson-openmp-dependencies.py

al-11-k opened this pull request 14 days ago
DOC add caching example link to Pipeline class

vbabatchev opened this pull request 14 days ago
DOC Add link to random tree embedding example in docs

hanjunkim11 opened this pull request 15 days ago
DOC fix link in HuberRegressor docstring

StefanieSenger opened this pull request 15 days ago
Update _coordinate_descent.py

prempraneethkota opened this pull request 15 days ago
WIP float32 propagation in GaussianMixture

ogrisel opened this pull request 16 days ago
Simplify estimate gaussian covariances diag

ogrisel opened this pull request 16 days ago
DOC Fix example comment being rendered as text

lesteve opened this pull request 16 days ago
Update `DummyRegressor.fit` docstring to be more precise

bryant1410 opened this pull request 17 days ago
FIX: deprecate integer valued numerical features for PDP

ogrisel opened this pull request 17 days ago
`partial_fit` for `RobustScaler`

zaccharieramzi opened this issue 17 days ago
DOC Fix broken ref

jeremiedbb opened this pull request 17 days ago
ENH Expose verbose_feature_names_out in make_union

Ethan0456 opened this pull request 17 days ago
Release 1.6.0

jeremiedbb opened this pull request 17 days ago
FIX Clip negative diagonal covariance estimate to 0 in GaussianMixture

ogrisel opened this pull request 18 days ago
ENH add `from_cv_results` in `RocCurveDisplay` (single `RocCurveDisplay`)

lucyleeow opened this pull request 18 days ago
New example about how to implement the SuperLearner in Python

judithabk6 opened this issue 18 days ago
Unknown TypeError after updating to 1.5.2

krishpy99 opened this issue 18 days ago