-
Hi! I started to look into the compatibility issues that `sckit-learn` 1.6 brings.
Specifically the 34 test failures regarding imports from the now refactored `sklearn.linear_model._sgd_fast`m mod…
-
**Describe the bug**
Scikit-Learn based transformers allow to set the output format via the set_output api.
If such a transformer is wrapper in TabularToSeriesAdaptor the set output configuration re…
-
Hi, Thank you for the excellent work! I am facing a scikit-learn version error. Would it be possible that VUS worked with the latest version of scikit-learn?
-
**CI is still failing on [Linux_Nightly.pylatest_pip_scipy_dev](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=72259&view=logs&j=dfe99b15-50db-5d7b-b1e9-4105c42527cf)** (Nov 22…
-
A lot of people use scikit-learn's python wheels uploaded on PyPI.
Wheels were not designed for scientific packages and this leads to a variety of problems for users who use them — for more informati…
-
Observed on this PR: https://github.com/scikit-learn/scikit-learn/pull/30209
This run: https://github.com/scikit-learn/scikit-learn/actions/runs/11681055082/job/32525320042?pr=30209
The PR needs t…
-
## Issue
When I add a package with `uv add git+https://github.com/owner/pkgname.git`, it is installed just as `pkgname` (without a specifier) and ignores its location.
## Environment
Provide …
-
**CI failed on [Linux_free_threaded.pylatest_pip_free_threaded](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=71974&view=logs&j=8bc43b48-889f-54b9-cd8b-781ee8447bf2)** (Nov 10…
-
this is the error i get when I try to download package
------------------------------------------------------------------------------------------------------------------------------------------------…
-
### Steps to reproduce
1. Put the following code in a file
```python
from sklearn.feature_extraction.text import TfidfVectorizer
def average_tfidf(sents):
vec = TfidfVectorizer()
# con…