html_url
stringlengths
57
57
labels
listlengths
1
6
text
stringlengths
32
258k
issue_number
int64
22.4k
33k
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29515
[ "New Feature", "Needs Decision" ]
Handle all-zeros cases for multioutput metrics ### Describe the workflow you want to enable For multioutput problems, all-zero label columns (or in general constant label columns) can sometimes happen, for example when using cross-validation. Most metrics (e.g. precision, recall, F1, AUPRC/average recall) return 0.0 ...
29,515
https://github.com/scikit-learn/scikit-learn/issues/29514
[ "New Feature", "Needs Triage" ]
Allow missing values in multioutput metrics ### Describe the workflow you want to enable In many multioutput problems, for example in chemoinformatics, there are missing values in target values, because only some properties are actually measured. Currently, scikit-learn requires all values to be present, leading to a...
29,514
https://github.com/scikit-learn/scikit-learn/issues/29509
[ "Documentation", "spam", "Needs Triage" ]
An inconsistency between the document of `LogisticRegression` and code implementation ### Describe the issue linked to the documentation Hi, I may find a potential condition missing in [`sklearn.linear_model.LogisticRegression`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegre...
29,509
https://github.com/scikit-learn/scikit-learn/issues/29509
[ "Documentation", "spam", "Needs Triage" ]
An inconsistency between the document of `LogisticRegression` and code implementation ### Describe the issue linked to the documentation Hi, I may find a potential condition missing in [`sklearn.linear_model.LogisticRegression`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegre...
29,509
https://github.com/scikit-learn/scikit-learn/issues/29509
[ "Documentation", "spam", "Needs Triage" ]
An inconsistency between the document of `LogisticRegression` and code implementation ### Describe the issue linked to the documentation Hi, I may find a potential condition missing in [`sklearn.linear_model.LogisticRegression`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegre...
29,509
https://github.com/scikit-learn/scikit-learn/issues/29508
[ "New Feature" ]
Add "ensure_positive" to check_array for non-negative value validation ### Describe the workflow you want to enable Adding an option to `ensure_positive` to the `sklearn.utils.validation.check_array` function. Currently, to ensure that an input array contains only positive values `check_non_negative` is used. Most ...
29,508
https://github.com/scikit-learn/scikit-learn/issues/29508
[ "New Feature" ]
Add "ensure_positive" to check_array for non-negative value validation ### Describe the workflow you want to enable Adding an option to `ensure_positive` to the `sklearn.utils.validation.check_array` function. Currently, to ensure that an input array contains only positive values `check_non_negative` is used. Most ...
29,508
https://github.com/scikit-learn/scikit-learn/issues/29507
[ "New Feature", "Needs Triage" ]
In gaussian_process/kernels.py, the Tanimoto kernel would be welcome ### Describe the workflow you want to enable Here is a formula: x*y / (||x||^2 + ||y||^2 - x*Y) ### Describe your proposed solution In the context of Gaussian Process Regression, maybe this should be multiplied by the variance, so the formula ...
29,507
https://github.com/scikit-learn/scikit-learn/issues/29507
[ "New Feature", "Needs Triage" ]
In gaussian_process/kernels.py, the Tanimoto kernel would be welcome ### Describe the workflow you want to enable Here is a formula: x*y / (||x||^2 + ||y||^2 - x*Y) ### Describe your proposed solution In the context of Gaussian Process Regression, maybe this should be multiplied by the variance, so the formula ...
29,507
https://github.com/scikit-learn/scikit-learn/issues/29507
[ "New Feature", "Needs Triage" ]
In gaussian_process/kernels.py, the Tanimoto kernel would be welcome ### Describe the workflow you want to enable Here is a formula: x*y / (||x||^2 + ||y||^2 - x*Y) ### Describe your proposed solution In the context of Gaussian Process Regression, maybe this should be multiplied by the variance, so the formula ...
29,507
https://github.com/scikit-learn/scikit-learn/issues/29507
[ "New Feature", "Needs Triage" ]
In gaussian_process/kernels.py, the Tanimoto kernel would be welcome ### Describe the workflow you want to enable Here is a formula: x*y / (||x||^2 + ||y||^2 - x*Y) ### Describe your proposed solution In the context of Gaussian Process Regression, maybe this should be multiplied by the variance, so the formula ...
29,507
https://github.com/scikit-learn/scikit-learn/issues/29507
[ "New Feature", "Needs Triage" ]
In gaussian_process/kernels.py, the Tanimoto kernel would be welcome ### Describe the workflow you want to enable Here is a formula: x*y / (||x||^2 + ||y||^2 - x*Y) ### Describe your proposed solution In the context of Gaussian Process Regression, maybe this should be multiplied by the variance, so the formula ...
29,507
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29504
[ "Bug", "help wanted" ]
Get error "ValueError: Input contains NaN" when MLP regression model is exploding numerically and when early_stopping=True ### Describe the bug Hello, I was doing dummy tests with a very basic MLP regressor, and I got an error I was not expecting: "ValueError Input contains NaN". Full traceback: ``` File ...
29,504
https://github.com/scikit-learn/scikit-learn/issues/29503
[ "New Feature", "module:tree", "cython" ]
pruning trees ### Describe the workflow you want to enable I would like a more general `prune_tree` function which would allow the user to specify criteria on pruning a DecisionTree _posthoc_, i.e. without refitting it. Criteria could be minimum leaf samples per class, min variance, etc... Ideally, this function co...
29,503
https://github.com/scikit-learn/scikit-learn/issues/29503
[ "New Feature", "module:tree", "cython" ]
pruning trees ### Describe the workflow you want to enable I would like a more general `prune_tree` function which would allow the user to specify criteria on pruning a DecisionTree _posthoc_, i.e. without refitting it. Criteria could be minimum leaf samples per class, min variance, etc... Ideally, this function co...
29,503
https://github.com/scikit-learn/scikit-learn/issues/29498
[ "Bug", "Needs Triage" ]
I want to import kerasregressor I have tried this from scikeras.wrappers import KerasClassifier , but I am getting the error cannot import name '_deprecate_Xt_in_inverse_transform' from 'sklearn.utils.deprecation' (C:\Users\hp\AppData\Local\Programs\Python\Python311\Lib\site-packages\sklearn\utils\deprecation.py) ###...
29,498
https://github.com/scikit-learn/scikit-learn/issues/29498
[ "Bug", "Needs Triage" ]
I want to import kerasregressor I have tried this from scikeras.wrappers import KerasClassifier , but I am getting the error cannot import name '_deprecate_Xt_in_inverse_transform' from 'sklearn.utils.deprecation' (C:\Users\hp\AppData\Local\Programs\Python\Python311\Lib\site-packages\sklearn\utils\deprecation.py) ###...
29,498
https://github.com/scikit-learn/scikit-learn/issues/29497
[ "Build / CI", "RFC" ]
RFC Make creating a development environment easier Our environment creating is becoming increasingly complicated. I re-thought of this in the context of https://github.com/scikit-learn/scikit-learn/pull/29012 xref: https://github.com/scikit-learn/scikit-learn/pull/29012#discussion_r1679046385 Quoting @lesteve : ...
29,497
https://github.com/scikit-learn/scikit-learn/issues/29497
[ "Build / CI", "RFC" ]
RFC Make creating a development environment easier Our environment creating is becoming increasingly complicated. I re-thought of this in the context of https://github.com/scikit-learn/scikit-learn/pull/29012 xref: https://github.com/scikit-learn/scikit-learn/pull/29012#discussion_r1679046385 Quoting @lesteve : ...
29,497
https://github.com/scikit-learn/scikit-learn/issues/29497
[ "Build / CI", "RFC" ]
RFC Make creating a development environment easier Our environment creating is becoming increasingly complicated. I re-thought of this in the context of https://github.com/scikit-learn/scikit-learn/pull/29012 xref: https://github.com/scikit-learn/scikit-learn/pull/29012#discussion_r1679046385 Quoting @lesteve : ...
29,497
https://github.com/scikit-learn/scikit-learn/issues/29497
[ "Build / CI", "RFC" ]
RFC Make creating a development environment easier Our environment creating is becoming increasingly complicated. I re-thought of this in the context of https://github.com/scikit-learn/scikit-learn/pull/29012 xref: https://github.com/scikit-learn/scikit-learn/pull/29012#discussion_r1679046385 Quoting @lesteve : ...
29,497
https://github.com/scikit-learn/scikit-learn/issues/29495
[ "Bug" ]
GroupKFold inconsistent under ties in group sizes. ### Describe the bug Due to the use of argsort (a non stable sort withthout the stable parameter introduced in numpy 2.0), GroupKFold is not always reproducible when there are ties in group sizes. ### Steps/Code to Reproduce You may need to run this on different ma...
29,495
https://github.com/scikit-learn/scikit-learn/issues/29495
[ "Bug" ]
GroupKFold inconsistent under ties in group sizes. ### Describe the bug Due to the use of argsort (a non stable sort withthout the stable parameter introduced in numpy 2.0), GroupKFold is not always reproducible when there are ties in group sizes. ### Steps/Code to Reproduce You may need to run this on different ma...
29,495
https://github.com/scikit-learn/scikit-learn/issues/29495
[ "Bug" ]
GroupKFold inconsistent under ties in group sizes. ### Describe the bug Due to the use of argsort (a non stable sort withthout the stable parameter introduced in numpy 2.0), GroupKFold is not always reproducible when there are ties in group sizes. ### Steps/Code to Reproduce You may need to run this on different ma...
29,495
https://github.com/scikit-learn/scikit-learn/issues/29495
[ "Bug" ]
GroupKFold inconsistent under ties in group sizes. ### Describe the bug Due to the use of argsort (a non stable sort withthout the stable parameter introduced in numpy 2.0), GroupKFold is not always reproducible when there are ties in group sizes. ### Steps/Code to Reproduce You may need to run this on different ma...
29,495
https://github.com/scikit-learn/scikit-learn/issues/29495
[ "Bug" ]
GroupKFold inconsistent under ties in group sizes. ### Describe the bug Due to the use of argsort (a non stable sort withthout the stable parameter introduced in numpy 2.0), GroupKFold is not always reproducible when there are ties in group sizes. ### Steps/Code to Reproduce You may need to run this on different ma...
29,495
https://github.com/scikit-learn/scikit-learn/issues/29495
[ "Bug" ]
GroupKFold inconsistent under ties in group sizes. ### Describe the bug Due to the use of argsort (a non stable sort withthout the stable parameter introduced in numpy 2.0), GroupKFold is not always reproducible when there are ties in group sizes. ### Steps/Code to Reproduce You may need to run this on different ma...
29,495
https://github.com/scikit-learn/scikit-learn/issues/29495
[ "Bug" ]
GroupKFold inconsistent under ties in group sizes. ### Describe the bug Due to the use of argsort (a non stable sort withthout the stable parameter introduced in numpy 2.0), GroupKFold is not always reproducible when there are ties in group sizes. ### Steps/Code to Reproduce You may need to run this on different ma...
29,495
https://github.com/scikit-learn/scikit-learn/issues/29491
[ "Bug", "Needs Triage" ]
Intersphinx duplicate definition warning ### Describe the bug When using intersphinx with the scikit-learn docs, the build warns about duplicate definitions: ``` loading intersphinx inventory 'sklearn' from https://scikit-learn.org/stable/objects.inv... WARNING: inventory <https://scikit-learn.org/stable/> conta...
29,491
https://github.com/scikit-learn/scikit-learn/issues/29491
[ "Bug", "Needs Triage" ]
Intersphinx duplicate definition warning ### Describe the bug When using intersphinx with the scikit-learn docs, the build warns about duplicate definitions: ``` loading intersphinx inventory 'sklearn' from https://scikit-learn.org/stable/objects.inv... WARNING: inventory <https://scikit-learn.org/stable/> conta...
29,491
https://github.com/scikit-learn/scikit-learn/issues/29491
[ "Bug", "Needs Triage" ]
Intersphinx duplicate definition warning ### Describe the bug When using intersphinx with the scikit-learn docs, the build warns about duplicate definitions: ``` loading intersphinx inventory 'sklearn' from https://scikit-learn.org/stable/objects.inv... WARNING: inventory <https://scikit-learn.org/stable/> conta...
29,491
https://github.com/scikit-learn/scikit-learn/issues/29487
[ "Bug", "Needs Triage" ]
Ignore "index"-columns of transformations in `polars.DataFrame` objects ### Describe the bug I would like to be able to use a decorator in order to wrap `transform` methods. The wrapped methods should ignore all columns in a `polars.DataFrame` starting with a certain prefix, i.e. "index". I need to preserve the...
29,487
https://github.com/scikit-learn/scikit-learn/issues/29487
[ "Bug", "Needs Triage" ]
Ignore "index"-columns of transformations in `polars.DataFrame` objects ### Describe the bug I would like to be able to use a decorator in order to wrap `transform` methods. The wrapped methods should ignore all columns in a `polars.DataFrame` starting with a certain prefix, i.e. "index". I need to preserve the...
29,487
https://github.com/scikit-learn/scikit-learn/issues/29480
[ "Bug", "Needs Triage" ]
Instantiate tunedthresholdCV on google collab failed ### Describe the bug I updated scikit-learn version into google Collab and instantiate TunedThresholdClassifierCV by importing name 'TunedThresholdClassifierCV' from 'sklearn.model_selection' but I got this error ```python ImportError: cannot import name...
29,480
https://github.com/scikit-learn/scikit-learn/issues/29479
[ "New Feature", "Needs Triage" ]
Grid search with predetermined parameter order ### Describe the workflow you want to enable I often have a pipeline with expensive preprocessing, and I tune hyperparameters both for preprocessing and downstream classifier. A toy example with PCA and logistic regression: ``` pipeline = Pipeline([ ("pca", PCA(...
29,479
https://github.com/scikit-learn/scikit-learn/issues/29479
[ "New Feature", "Needs Triage" ]
Grid search with predetermined parameter order ### Describe the workflow you want to enable I often have a pipeline with expensive preprocessing, and I tune hyperparameters both for preprocessing and downstream classifier. A toy example with PCA and logistic regression: ``` pipeline = Pipeline([ ("pca", PCA(...
29,479
https://github.com/scikit-learn/scikit-learn/issues/29479
[ "New Feature", "Needs Triage" ]
Grid search with predetermined parameter order ### Describe the workflow you want to enable I often have a pipeline with expensive preprocessing, and I tune hyperparameters both for preprocessing and downstream classifier. A toy example with PCA and logistic regression: ``` pipeline = Pipeline([ ("pca", PCA(...
29,479
https://github.com/scikit-learn/scikit-learn/issues/29479
[ "New Feature", "Needs Triage" ]
Grid search with predetermined parameter order ### Describe the workflow you want to enable I often have a pipeline with expensive preprocessing, and I tune hyperparameters both for preprocessing and downstream classifier. A toy example with PCA and logistic regression: ``` pipeline = Pipeline([ ("pca", PCA(...
29,479
https://github.com/scikit-learn/scikit-learn/issues/29479
[ "New Feature", "Needs Triage" ]
Grid search with predetermined parameter order ### Describe the workflow you want to enable I often have a pipeline with expensive preprocessing, and I tune hyperparameters both for preprocessing and downstream classifier. A toy example with PCA and logistic regression: ``` pipeline = Pipeline([ ("pca", PCA(...
29,479
https://github.com/scikit-learn/scikit-learn/issues/29464
[ "Documentation", "spam" ]
Boundary value problem of `SequentialFeatureSelector` and a suggestion on the document ### Describe the issue linked to the documentation Hi devs of scikit-learn, I found a potential slight boundary value problem in [`sklearn.feature_selection.SequentialFeatureSelector`](https://github.com/scikit-learn/scikit-lear...
29,464
https://github.com/scikit-learn/scikit-learn/issues/29464
[ "Documentation", "spam" ]
Boundary value problem of `SequentialFeatureSelector` and a suggestion on the document ### Describe the issue linked to the documentation Hi devs of scikit-learn, I found a potential slight boundary value problem in [`sklearn.feature_selection.SequentialFeatureSelector`](https://github.com/scikit-learn/scikit-lear...
29,464
https://github.com/scikit-learn/scikit-learn/issues/29464
[ "Documentation", "spam" ]
Boundary value problem of `SequentialFeatureSelector` and a suggestion on the document ### Describe the issue linked to the documentation Hi devs of scikit-learn, I found a potential slight boundary value problem in [`sklearn.feature_selection.SequentialFeatureSelector`](https://github.com/scikit-learn/scikit-lear...
29,464
https://github.com/scikit-learn/scikit-learn/issues/29463
[ "Documentation", "spam" ]
DOC: Add missing solver in the doc of `LogisticRegressionCV` ### Describe the issue linked to the documentation Hi, I found a potential code-doc inconsistency issue in [`sklearn.linear_model.LogisticRegression`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html#logistic...
29,463
https://github.com/scikit-learn/scikit-learn/issues/29463
[ "Documentation", "spam" ]
DOC: Add missing solver in the doc of `LogisticRegressionCV` ### Describe the issue linked to the documentation Hi, I found a potential code-doc inconsistency issue in [`sklearn.linear_model.LogisticRegression`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html#logistic...
29,463
https://github.com/scikit-learn/scikit-learn/issues/29463
[ "Documentation", "spam" ]
DOC: Add missing solver in the doc of `LogisticRegressionCV` ### Describe the issue linked to the documentation Hi, I found a potential code-doc inconsistency issue in [`sklearn.linear_model.LogisticRegression`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html#logistic...
29,463
https://github.com/scikit-learn/scikit-learn/issues/29463
[ "Documentation", "spam" ]
DOC: Add missing solver in the doc of `LogisticRegressionCV` ### Describe the issue linked to the documentation Hi, I found a potential code-doc inconsistency issue in [`sklearn.linear_model.LogisticRegression`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html#logistic...
29,463
https://github.com/scikit-learn/scikit-learn/issues/29459
[ "module:tree", "cython" ]
MAINT, RFC Simplify the Cython code in `sklearn/tree/` by splitting the "Splitter" and "Partitioner" code ### Summary of the problem There are quite a number of GH issues with the label `tree` (https://github.com/scikit-learn/scikit-learn/issues?page=2&q=is%3Aopen+is%3Aissue+label%3Amodule%3Atree). However, the co...
29,459
https://github.com/scikit-learn/scikit-learn/issues/29459
[ "module:tree", "cython" ]
MAINT, RFC Simplify the Cython code in `sklearn/tree/` by splitting the "Splitter" and "Partitioner" code ### Summary of the problem There are quite a number of GH issues with the label `tree` (https://github.com/scikit-learn/scikit-learn/issues?page=2&q=is%3Aopen+is%3Aissue+label%3Amodule%3Atree). However, the co...
29,459
https://github.com/scikit-learn/scikit-learn/issues/29459
[ "module:tree", "cython" ]
MAINT, RFC Simplify the Cython code in `sklearn/tree/` by splitting the "Splitter" and "Partitioner" code ### Summary of the problem There are quite a number of GH issues with the label `tree` (https://github.com/scikit-learn/scikit-learn/issues?page=2&q=is%3Aopen+is%3Aissue+label%3Amodule%3Atree). However, the co...
29,459
https://github.com/scikit-learn/scikit-learn/issues/29459
[ "module:tree", "cython" ]
MAINT, RFC Simplify the Cython code in `sklearn/tree/` by splitting the "Splitter" and "Partitioner" code ### Summary of the problem There are quite a number of GH issues with the label `tree` (https://github.com/scikit-learn/scikit-learn/issues?page=2&q=is%3Aopen+is%3Aissue+label%3Amodule%3Atree). However, the co...
29,459
https://github.com/scikit-learn/scikit-learn/issues/29459
[ "module:tree", "cython" ]
MAINT, RFC Simplify the Cython code in `sklearn/tree/` by splitting the "Splitter" and "Partitioner" code ### Summary of the problem There are quite a number of GH issues with the label `tree` (https://github.com/scikit-learn/scikit-learn/issues?page=2&q=is%3Aopen+is%3Aissue+label%3Amodule%3Atree). However, the co...
29,459
https://github.com/scikit-learn/scikit-learn/issues/29459
[ "module:tree", "cython" ]
MAINT, RFC Simplify the Cython code in `sklearn/tree/` by splitting the "Splitter" and "Partitioner" code ### Summary of the problem There are quite a number of GH issues with the label `tree` (https://github.com/scikit-learn/scikit-learn/issues?page=2&q=is%3Aopen+is%3Aissue+label%3Amodule%3Atree). However, the co...
29,459
https://github.com/scikit-learn/scikit-learn/issues/29457
[ "good first issue", "help wanted" ]
MAINT Remove scipy<1.6 specific code in QuantileRegressor and example We don't need this code anymore since our minimum supported version is scipy 1.6: https://github.com/scikit-learn/scikit-learn/blob/fa14001fa19a262c7eb43b2ef3c0d6b56b4c8fad/examples/linear_model/plot_quantile_regression.py#L112-L116 While we a...
29,457
https://github.com/scikit-learn/scikit-learn/issues/29457
[ "good first issue", "help wanted" ]
MAINT Remove scipy<1.6 specific code in QuantileRegressor and example We don't need this code anymore since our minimum supported version is scipy 1.6: https://github.com/scikit-learn/scikit-learn/blob/fa14001fa19a262c7eb43b2ef3c0d6b56b4c8fad/examples/linear_model/plot_quantile_regression.py#L112-L116 While we a...
29,457
https://github.com/scikit-learn/scikit-learn/issues/29455
[ "Bug", "Needs Triage" ]
StackingRegressor doesn't take estimators created via make_pipeline ### Describe the bug sklearn 1.5.0. Using the shortcut `make_pipeline` triggers an error while using the explicit `Pipeline` instantiation works (see code example) ### Steps/Code to Reproduce ``` import numpy as np from sklearn.ensemble impor...
29,455
https://github.com/scikit-learn/scikit-learn/issues/29454
[ "Bug", "Needs Triage" ]
StackingRegressor.fit() doesn't support sample_weight when using Pipeline objects as estimators ### Describe the bug sklearn 1.5.0. When using a Stacking model, fitting raises the following error when: - `sample_weight` argument is passed, AND - the individual estimators contain a Pipeline object instead of a singl...
29,454
https://github.com/scikit-learn/scikit-learn/issues/29454
[ "Bug", "Needs Triage" ]
StackingRegressor.fit() doesn't support sample_weight when using Pipeline objects as estimators ### Describe the bug sklearn 1.5.0. When using a Stacking model, fitting raises the following error when: - `sample_weight` argument is passed, AND - the individual estimators contain a Pipeline object instead of a singl...
29,454
https://github.com/scikit-learn/scikit-learn/issues/29453
[ "Documentation", "Needs Triage" ]
Why 30 neighbors in 'Agglomerative clustering with and without structure'? ### Describe the issue linked to the documentation This is not so much an issue as a request for explanation. I was going through the scikit-learn user guide on 'Agglomerative clustering with and without structure', which can be found at htt...
29,453
https://github.com/scikit-learn/scikit-learn/issues/29452
[ "Bug", "Array API" ]
Array API regression in `homogeneity_completeness_v_measure`? ### Describe the bug When I enable Array API and run `homogeneity_completeness_v_measure`, an error is raised, since within it, a sparse matrix is passed into `mutual_info_score`, which already supports array API ([li. 530-531](https://github.com/scikit-...
29,452
https://github.com/scikit-learn/scikit-learn/issues/29452
[ "Bug", "Array API" ]
Array API regression in `homogeneity_completeness_v_measure`? ### Describe the bug When I enable Array API and run `homogeneity_completeness_v_measure`, an error is raised, since within it, a sparse matrix is passed into `mutual_info_score`, which already supports array API ([li. 530-531](https://github.com/scikit-...
29,452
https://github.com/scikit-learn/scikit-learn/issues/29452
[ "Bug", "Array API" ]
Array API regression in `homogeneity_completeness_v_measure`? ### Describe the bug When I enable Array API and run `homogeneity_completeness_v_measure`, an error is raised, since within it, a sparse matrix is passed into `mutual_info_score`, which already supports array API ([li. 530-531](https://github.com/scikit-...
29,452
https://github.com/scikit-learn/scikit-learn/issues/29452
[ "Bug", "Array API" ]
Array API regression in `homogeneity_completeness_v_measure`? ### Describe the bug When I enable Array API and run `homogeneity_completeness_v_measure`, an error is raised, since within it, a sparse matrix is passed into `mutual_info_score`, which already supports array API ([li. 530-531](https://github.com/scikit-...
29,452
https://github.com/scikit-learn/scikit-learn/issues/29452
[ "Bug", "Array API" ]
Array API regression in `homogeneity_completeness_v_measure`? ### Describe the bug When I enable Array API and run `homogeneity_completeness_v_measure`, an error is raised, since within it, a sparse matrix is passed into `mutual_info_score`, which already supports array API ([li. 530-531](https://github.com/scikit-...
29,452
https://github.com/scikit-learn/scikit-learn/issues/29443
[ "Bug" ]
KernelDensity(bandwidth='silverman') doesn't throw proper error for 1d X Essentially the bandwidth estimation codepath is not covered in the common tests, but it should be :) COMMENT: I assume that we have similar issue with every estimators that do not use default parameters. We should at least add this test in the ...
29,443
https://github.com/scikit-learn/scikit-learn/issues/29443
[ "Bug" ]
KernelDensity(bandwidth='silverman') doesn't throw proper error for 1d X Essentially the bandwidth estimation codepath is not covered in the common tests, but it should be :) COMMENT: /take
29,443
https://github.com/scikit-learn/scikit-learn/issues/29440
[ "Documentation", "spam" ]
Suggesting updates on the doc of `sklearn.neighbors.NeighborhoodComponentsAnalysis` ### Describe the issue linked to the documentation Hi, We are an academic team of software engineering researchers from a university working on automated program analysis techniques to improve API documentation quality, ultimately ...
29,440
https://github.com/scikit-learn/scikit-learn/issues/29440
[ "Documentation", "spam" ]
Suggesting updates on the doc of `sklearn.neighbors.NeighborhoodComponentsAnalysis` ### Describe the issue linked to the documentation Hi, We are an academic team of software engineering researchers from a university working on automated program analysis techniques to improve API documentation quality, ultimately ...
29,440
https://github.com/scikit-learn/scikit-learn/issues/29440
[ "Documentation", "spam" ]
Suggesting updates on the doc of `sklearn.neighbors.NeighborhoodComponentsAnalysis` ### Describe the issue linked to the documentation Hi, We are an academic team of software engineering researchers from a university working on automated program analysis techniques to improve API documentation quality, ultimately ...
29,440
https://github.com/scikit-learn/scikit-learn/issues/29440
[ "Documentation", "spam" ]
Suggesting updates on the doc of `sklearn.neighbors.NeighborhoodComponentsAnalysis` ### Describe the issue linked to the documentation Hi, We are an academic team of software engineering researchers from a university working on automated program analysis techniques to improve API documentation quality, ultimately ...
29,440
https://github.com/scikit-learn/scikit-learn/issues/29440
[ "Documentation", "spam" ]
Suggesting updates on the doc of `sklearn.neighbors.NeighborhoodComponentsAnalysis` ### Describe the issue linked to the documentation Hi, We are an academic team of software engineering researchers from a university working on automated program analysis techniques to improve API documentation quality, ultimately ...
29,440
https://github.com/scikit-learn/scikit-learn/issues/29440
[ "Documentation", "spam" ]
Suggesting updates on the doc of `sklearn.neighbors.NeighborhoodComponentsAnalysis` ### Describe the issue linked to the documentation Hi, We are an academic team of software engineering researchers from a university working on automated program analysis techniques to improve API documentation quality, ultimately ...
29,440
https://github.com/scikit-learn/scikit-learn/issues/29439
[ "Bug", "Needs Triage" ]
Large errors when computing Euclidean pairwise distances ### Describe the bug See the code below. Matrices `X` and `Y` here are the same. The function `cdist` here gives the correct answer. The "worst offender" is large diagonal entry at `incorrect_answer[2,2]`. ### Steps/Code to Reproduce import numpy as np from ...
29,439
https://github.com/scikit-learn/scikit-learn/issues/29438
[ "Documentation", "Needs Triage" ]
Wrong number of features in documentation ### Describe the issue linked to the documentation In the scikit learn web page, [ https://scikit-learn.org/stable/modules/decomposition.html#pca, section](https://scikit-learn.org/stable/modules/decomposition.html#exact-pca-and-probabilistic-interpretation), there is a wrong...
29,438
https://github.com/scikit-learn/scikit-learn/issues/29434
[ "Build / CI" ]
CI Unpin matplotlib<3.9 in doc build In https://github.com/scikit-learn/scikit-learn/pull/29388 we pinned `matplotlib<3.9` see in particular https://github.com/scikit-learn/scikit-learn/pull/29388#discussion_r1668574040. This is a DeprecationWarning in matplotlib 3.9 turned into error in the CI: ``` matplotlib....
29,434
https://github.com/scikit-learn/scikit-learn/issues/29434
[ "Build / CI" ]
CI Unpin matplotlib<3.9 in doc build In https://github.com/scikit-learn/scikit-learn/pull/29388 we pinned `matplotlib<3.9` see in particular https://github.com/scikit-learn/scikit-learn/pull/29388#discussion_r1668574040. This is a DeprecationWarning in matplotlib 3.9 turned into error in the CI: ``` matplotlib....
29,434
https://github.com/scikit-learn/scikit-learn/issues/29434
[ "Build / CI" ]
CI Unpin matplotlib<3.9 in doc build In https://github.com/scikit-learn/scikit-learn/pull/29388 we pinned `matplotlib<3.9` see in particular https://github.com/scikit-learn/scikit-learn/pull/29388#discussion_r1668574040. This is a DeprecationWarning in matplotlib 3.9 turned into error in the CI: ``` matplotlib....
29,434
https://github.com/scikit-learn/scikit-learn/issues/29425
[ "Documentation", "Needs Triage" ]
Add weighting example to Color Quantization using K-Means page ### Describe the issue linked to the documentation This is not an issue, but a request for addition. The page I am referring to can be found at https://scikit-learn.org/stable/auto_examples/cluster/plot_color_quantization.html I recently read tried out...
29,425
https://github.com/scikit-learn/scikit-learn/issues/29424
[ "Needs Triage" ]
⚠️ CI failed on Wheel builder (last failure: Jul 08, 2024) ⚠️ **CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/9833194137)** (Jul 08, 2024) COMMENT: Temporary issue with scipy-dev see https://github.com/scikit-learn/scikit-learn/pull/29428#issuecomment-2213522161
29,424
https://github.com/scikit-learn/scikit-learn/issues/29423
[ "Needs Triage" ]
⚠️ CI failed on Linux_Nightly.pylatest_pip_scipy_dev (last failure: Jul 08, 2024) ⚠️ **CI is still failing on [Linux_Nightly.pylatest_pip_scipy_dev](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=68381&view=logs&j=dfe99b15-50db-5d7b-b1e9-4105c42527cf)** (Jul 08, 2024) - test_search_cv[HalvingGr...
29,423
https://github.com/scikit-learn/scikit-learn/issues/29422
[ "Needs Triage" ]
⚠️ CI failed on Linux_free_threaded.pylatest_pip_free_threaded (last failure: Jul 08, 2024) ⚠️ **CI is still failing on [Linux_free_threaded.pylatest_pip_free_threaded](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=68381&view=logs&j=8bc43b48-889f-54b9-cd8b-781ee8447bf2)** (Jul 08, 2024) - test...
29,422