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/22664 | [
"New Feature",
"module:preprocessing",
"Needs Triage"
] | Add NaN handling in sklearn.preprocessing.KBinsDiscretizer
### Describe the workflow you want to enable
I Would like to enable `KBinsDiscretizer` to handle NaNs, in order to create bins representing missing values. This is a bit awkward for ordinal encoding, but makes a lot of sense for one hot encoding, where one ca... | 22,664 |
https://github.com/scikit-learn/scikit-learn/issues/22655 | [
"Bug",
"Needs Triage"
] | SimpleImputer does not support pd.NA
### Describe the bug
Pandas' new NA type does not seem to be properly recognized as a none-type. We currently see this when trying to use the SimpleImputer with a strategy of "most frequent". Digging a little deeper, it seems to come to the _object_dtype_isnan() function in fixe... | 22,655 |
https://github.com/scikit-learn/scikit-learn/issues/22645 | [
"Bug",
"Needs Reproducible Code",
"module:multioutput"
] | multiple-output regression is inaccurate for many targets
### Describe the bug
I have tested multi output regression for num_target > 1000 , and have noticed that there is a substrantial difference in the predicted values if I do the regressions serially in a for loop, vs MultiOutputRegressor(reg) . I have tried va... | 22,645 |
https://github.com/scikit-learn/scikit-learn/issues/22645 | [
"Bug",
"Needs Reproducible Code",
"module:multioutput"
] | multiple-output regression is inaccurate for many targets
### Describe the bug
I have tested multi output regression for num_target > 1000 , and have noticed that there is a substrantial difference in the predicted values if I do the regressions serially in a for loop, vs MultiOutputRegressor(reg) . I have tried va... | 22,645 |
https://github.com/scikit-learn/scikit-learn/issues/22644 | [
"New Feature",
"module:datasets",
"Pandas compatibility"
] | Add `as_frame` to `sklearn.datasets.fetch_20newsgroups`
### Describe the workflow you want to enable
I would like to load the 20 newsgroups dataset as a dataframe in one line of code:
```
X, y = sklearn.datasets.fetch_20newsgroups(return_X_y=True, as_frame=True)
```
### Describe your proposed solution
Add the ar... | 22,644 |
https://github.com/scikit-learn/scikit-learn/issues/22644 | [
"New Feature",
"module:datasets",
"Pandas compatibility"
] | Add `as_frame` to `sklearn.datasets.fetch_20newsgroups`
### Describe the workflow you want to enable
I would like to load the 20 newsgroups dataset as a dataframe in one line of code:
```
X, y = sklearn.datasets.fetch_20newsgroups(return_X_y=True, as_frame=True)
```
### Describe your proposed solution
Add the ar... | 22,644 |
https://github.com/scikit-learn/scikit-learn/issues/22644 | [
"New Feature",
"module:datasets",
"Pandas compatibility"
] | Add `as_frame` to `sklearn.datasets.fetch_20newsgroups`
### Describe the workflow you want to enable
I would like to load the 20 newsgroups dataset as a dataframe in one line of code:
```
X, y = sklearn.datasets.fetch_20newsgroups(return_X_y=True, as_frame=True)
```
### Describe your proposed solution
Add the ar... | 22,644 |
https://github.com/scikit-learn/scikit-learn/issues/22644 | [
"New Feature",
"module:datasets",
"Pandas compatibility"
] | Add `as_frame` to `sklearn.datasets.fetch_20newsgroups`
### Describe the workflow you want to enable
I would like to load the 20 newsgroups dataset as a dataframe in one line of code:
```
X, y = sklearn.datasets.fetch_20newsgroups(return_X_y=True, as_frame=True)
```
### Describe your proposed solution
Add the ar... | 22,644 |
https://github.com/scikit-learn/scikit-learn/issues/22644 | [
"New Feature",
"module:datasets",
"Pandas compatibility"
] | Add `as_frame` to `sklearn.datasets.fetch_20newsgroups`
### Describe the workflow you want to enable
I would like to load the 20 newsgroups dataset as a dataframe in one line of code:
```
X, y = sklearn.datasets.fetch_20newsgroups(return_X_y=True, as_frame=True)
```
### Describe your proposed solution
Add the ar... | 22,644 |
https://github.com/scikit-learn/scikit-learn/issues/22636 | [
"workflow"
] | Don't run the labeller twice on a same PR
Do you think it would be possible for the PR labeller to only run on PRs it has not seen yet ?
Sometimes I find that the labels are not great and try to remove a label but the bot just rush behind me to add the label again :D
ping @thomasjpfan
COMMENT:
Also I did not fi... | 22,636 |
https://github.com/scikit-learn/scikit-learn/issues/22636 | [
"workflow"
] | Don't run the labeller twice on a same PR
Do you think it would be possible for the PR labeller to only run on PRs it has not seen yet ?
Sometimes I find that the labels are not great and try to remove a label but the bot just rush behind me to add the label again :D
ping @thomasjpfan
COMMENT:
> Also I did not ... | 22,636 |
https://github.com/scikit-learn/scikit-learn/issues/22636 | [
"workflow"
] | Don't run the labeller twice on a same PR
Do you think it would be possible for the PR labeller to only run on PRs it has not seen yet ?
Sometimes I find that the labels are not great and try to remove a label but the bot just rush behind me to add the label again :D
ping @thomasjpfan
COMMENT:
> I added a "work... | 22,636 |
https://github.com/scikit-learn/scikit-learn/issues/22628 | [
"Bug",
"module:preprocessing"
] | LabelEncoder not transforming nans as expected.
### Describe the bug
When fitting a LabelEncoder with a pandas Series that contains a nan, transforming an array containing nans fails, even though nan is one of the LabelEncoder classes.
### Steps/Code to Reproduce
```zsh
>>> from sklearn import preprocessing
>>> i... | 22,628 |
https://github.com/scikit-learn/scikit-learn/issues/22628 | [
"Bug",
"module:preprocessing"
] | LabelEncoder not transforming nans as expected.
### Describe the bug
When fitting a LabelEncoder with a pandas Series that contains a nan, transforming an array containing nans fails, even though nan is one of the LabelEncoder classes.
### Steps/Code to Reproduce
```zsh
>>> from sklearn import preprocessing
>>> i... | 22,628 |
https://github.com/scikit-learn/scikit-learn/issues/22628 | [
"Bug",
"module:preprocessing"
] | LabelEncoder not transforming nans as expected.
### Describe the bug
When fitting a LabelEncoder with a pandas Series that contains a nan, transforming an array containing nans fails, even though nan is one of the LabelEncoder classes.
### Steps/Code to Reproduce
```zsh
>>> from sklearn import preprocessing
>>> i... | 22,628 |
https://github.com/scikit-learn/scikit-learn/issues/22626 | [
"New Feature",
"module:neighbors",
"Needs Decision - Include Feature"
] | Add an average callable parameter to sklearn.neighbors.KNeighborsRegressor
### Describe the workflow you want to enable
For some algorithms of kNN it is desired to use other calculations at the end of this method besides using the mean. In some cases using a geometric average or arithmetic-geometric average is needed... | 22,626 |
https://github.com/scikit-learn/scikit-learn/issues/22626 | [
"New Feature",
"module:neighbors",
"Needs Decision - Include Feature"
] | Add an average callable parameter to sklearn.neighbors.KNeighborsRegressor
### Describe the workflow you want to enable
For some algorithms of kNN it is desired to use other calculations at the end of this method besides using the mean. In some cases using a geometric average or arithmetic-geometric average is needed... | 22,626 |
https://github.com/scikit-learn/scikit-learn/issues/22626 | [
"New Feature",
"module:neighbors",
"Needs Decision - Include Feature"
] | Add an average callable parameter to sklearn.neighbors.KNeighborsRegressor
### Describe the workflow you want to enable
For some algorithms of kNN it is desired to use other calculations at the end of this method besides using the mean. In some cases using a geometric average or arithmetic-geometric average is needed... | 22,626 |
https://github.com/scikit-learn/scikit-learn/issues/22625 | [
"New Feature",
"module:metrics"
] | Add zero_division None or np.nan
### Describe the workflow you want to enable
This would be an extension of my previous addition https://github.com/scikit-learn/scikit-learn/pull/14900, where I added the parameter `zero_division` for precision, recall, f1. Afterwards, it was added for jaccard as well.
Here, we wo... | 22,625 |
https://github.com/scikit-learn/scikit-learn/issues/22625 | [
"New Feature",
"module:metrics"
] | Add zero_division None or np.nan
### Describe the workflow you want to enable
This would be an extension of my previous addition https://github.com/scikit-learn/scikit-learn/pull/14900, where I added the parameter `zero_division` for precision, recall, f1. Afterwards, it was added for jaccard as well.
Here, we wo... | 22,625 |
https://github.com/scikit-learn/scikit-learn/issues/22625 | [
"New Feature",
"module:metrics"
] | Add zero_division None or np.nan
### Describe the workflow you want to enable
This would be an extension of my previous addition https://github.com/scikit-learn/scikit-learn/pull/14900, where I added the parameter `zero_division` for precision, recall, f1. Afterwards, it was added for jaccard as well.
Here, we wo... | 22,625 |
https://github.com/scikit-learn/scikit-learn/issues/22614 | [
"Bug",
"Build / CI",
"Blocker"
] | joblib development version breaks `sklearn.show_versions()`
When we release joblib (soonish let's say a matter of weeks) we will break `sklearn.show_versions()`. We may need to do a bug-fix release of scikit-learn.
To reproduce:
```bash
mamba create -n test-env scikit-learn -y
conda activate test-env
pip instal... | 22,614 |
https://github.com/scikit-learn/scikit-learn/issues/22614 | [
"Bug",
"Build / CI",
"Blocker"
] | joblib development version breaks `sklearn.show_versions()`
When we release joblib (soonish let's say a matter of weeks) we will break `sklearn.show_versions()`. We may need to do a bug-fix release of scikit-learn.
To reproduce:
```bash
mamba create -n test-env scikit-learn -y
conda activate test-env
pip instal... | 22,614 |
https://github.com/scikit-learn/scikit-learn/issues/22614 | [
"Bug",
"Build / CI",
"Blocker"
] | joblib development version breaks `sklearn.show_versions()`
When we release joblib (soonish let's say a matter of weeks) we will break `sklearn.show_versions()`. We may need to do a bug-fix release of scikit-learn.
To reproduce:
```bash
mamba create -n test-env scikit-learn -y
conda activate test-env
pip instal... | 22,614 |
https://github.com/scikit-learn/scikit-learn/issues/22614 | [
"Bug",
"Build / CI",
"Blocker"
] | joblib development version breaks `sklearn.show_versions()`
When we release joblib (soonish let's say a matter of weeks) we will break `sklearn.show_versions()`. We may need to do a bug-fix release of scikit-learn.
To reproduce:
```bash
mamba create -n test-env scikit-learn -y
conda activate test-env
pip instal... | 22,614 |
https://github.com/scikit-learn/scikit-learn/issues/22612 | [
"Documentation",
"good first issue",
"help wanted",
"module:svm"
] | SVC parameter decision_function_shape states "However, one-vs-one (‘ovo’) is always used as multi-class strategy."
### Describe the issue linked to the documentation
Documentation should be changed to reflect that one-vs-rest is possible.
```
x = np.array([0,1,2,3,4,5,3,3,5,5,5,7,7,2])
x = x.reshape(-1,1)#thi... | 22,612 |
https://github.com/scikit-learn/scikit-learn/issues/22612 | [
"Documentation",
"good first issue",
"help wanted",
"module:svm"
] | SVC parameter decision_function_shape states "However, one-vs-one (‘ovo’) is always used as multi-class strategy."
### Describe the issue linked to the documentation
Documentation should be changed to reflect that one-vs-rest is possible.
```
x = np.array([0,1,2,3,4,5,3,3,5,5,5,7,7,2])
x = x.reshape(-1,1)#thi... | 22,612 |
https://github.com/scikit-learn/scikit-learn/issues/22612 | [
"Documentation",
"good first issue",
"help wanted",
"module:svm"
] | SVC parameter decision_function_shape states "However, one-vs-one (‘ovo’) is always used as multi-class strategy."
### Describe the issue linked to the documentation
Documentation should be changed to reflect that one-vs-rest is possible.
```
x = np.array([0,1,2,3,4,5,3,3,5,5,5,7,7,2])
x = x.reshape(-1,1)#thi... | 22,612 |
https://github.com/scikit-learn/scikit-learn/issues/22612 | [
"Documentation",
"good first issue",
"help wanted",
"module:svm"
] | SVC parameter decision_function_shape states "However, one-vs-one (‘ovo’) is always used as multi-class strategy."
### Describe the issue linked to the documentation
Documentation should be changed to reflect that one-vs-rest is possible.
```
x = np.array([0,1,2,3,4,5,3,3,5,5,5,7,7,2])
x = x.reshape(-1,1)#thi... | 22,612 |
https://github.com/scikit-learn/scikit-learn/issues/22609 | [
"Bug",
"Needs Triage"
] | train_test_split returns `ValueError` after `np.reshape`
### Describe the bug
Hello,
after I apply a `np.reshape` on my dataset `train_test_split` cannot split the dataset. Without `np.reshape` works all good, but I need it.
Thanks.
Have a nice day.
### Steps/Code to Reproduce
```python
# load dataset
f ... | 22,609 |
https://github.com/scikit-learn/scikit-learn/issues/22609 | [
"Bug",
"Needs Triage"
] | train_test_split returns `ValueError` after `np.reshape`
### Describe the bug
Hello,
after I apply a `np.reshape` on my dataset `train_test_split` cannot split the dataset. Without `np.reshape` works all good, but I need it.
Thanks.
Have a nice day.
### Steps/Code to Reproduce
```python
# load dataset
f ... | 22,609 |
https://github.com/scikit-learn/scikit-learn/issues/22609 | [
"Bug",
"Needs Triage"
] | train_test_split returns `ValueError` after `np.reshape`
### Describe the bug
Hello,
after I apply a `np.reshape` on my dataset `train_test_split` cannot split the dataset. Without `np.reshape` works all good, but I need it.
Thanks.
Have a nice day.
### Steps/Code to Reproduce
```python
# load dataset
f ... | 22,609 |
https://github.com/scikit-learn/scikit-learn/issues/22609 | [
"Bug",
"Needs Triage"
] | train_test_split returns `ValueError` after `np.reshape`
### Describe the bug
Hello,
after I apply a `np.reshape` on my dataset `train_test_split` cannot split the dataset. Without `np.reshape` works all good, but I need it.
Thanks.
Have a nice day.
### Steps/Code to Reproduce
```python
# load dataset
f ... | 22,609 |
https://github.com/scikit-learn/scikit-learn/issues/22601 | [
"Documentation",
"module:tree"
] | If “auto”, then max_features=sqrt(n_features). in https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
Hi Scikit-learn community,
in the Documentation, https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
it is given that If **“auto”, th... | 22,601 |
https://github.com/scikit-learn/scikit-learn/issues/22601 | [
"Documentation",
"module:tree"
] | If “auto”, then max_features=sqrt(n_features). in https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
Hi Scikit-learn community,
in the Documentation, https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
it is given that If **“auto”, th... | 22,601 |
https://github.com/scikit-learn/scikit-learn/issues/22587 | [
"Performance",
"cython",
"Meta-issue"
] | PERF `PairwiseDistancesReductions` initial work
`PairwiseDistancesReductions` have been introduced as a hierarchy of Cython classes to implement back-ends of some scikit-learn algorithms.
Pieces of work include:
- https://github.com/scikit-learn/scikit-learn/pull/22134
- https://github.com/scikit-learn/scikit... | 22,587 |
https://github.com/scikit-learn/scikit-learn/issues/22587 | [
"Performance",
"cython",
"Meta-issue"
] | PERF `PairwiseDistancesReductions` initial work
`PairwiseDistancesReductions` have been introduced as a hierarchy of Cython classes to implement back-ends of some scikit-learn algorithms.
Pieces of work include:
- https://github.com/scikit-learn/scikit-learn/pull/22134
- https://github.com/scikit-learn/scikit... | 22,587 |
https://github.com/scikit-learn/scikit-learn/issues/22587 | [
"Performance",
"cython",
"Meta-issue"
] | PERF `PairwiseDistancesReductions` initial work
`PairwiseDistancesReductions` have been introduced as a hierarchy of Cython classes to implement back-ends of some scikit-learn algorithms.
Pieces of work include:
- https://github.com/scikit-learn/scikit-learn/pull/22134
- https://github.com/scikit-learn/scikit... | 22,587 |
https://github.com/scikit-learn/scikit-learn/issues/22587 | [
"Performance",
"cython",
"Meta-issue"
] | PERF `PairwiseDistancesReductions` initial work
`PairwiseDistancesReductions` have been introduced as a hierarchy of Cython classes to implement back-ends of some scikit-learn algorithms.
Pieces of work include:
- https://github.com/scikit-learn/scikit-learn/pull/22134
- https://github.com/scikit-learn/scikit... | 22,587 |
https://github.com/scikit-learn/scikit-learn/issues/22587 | [
"Performance",
"cython",
"Meta-issue"
] | PERF `PairwiseDistancesReductions` initial work
`PairwiseDistancesReductions` have been introduced as a hierarchy of Cython classes to implement back-ends of some scikit-learn algorithms.
Pieces of work include:
- https://github.com/scikit-learn/scikit-learn/pull/22134
- https://github.com/scikit-learn/scikit... | 22,587 |
https://github.com/scikit-learn/scikit-learn/issues/22587 | [
"Performance",
"cython",
"Meta-issue"
] | PERF `PairwiseDistancesReductions` initial work
`PairwiseDistancesReductions` have been introduced as a hierarchy of Cython classes to implement back-ends of some scikit-learn algorithms.
Pieces of work include:
- https://github.com/scikit-learn/scikit-learn/pull/22134
- https://github.com/scikit-learn/scikit... | 22,587 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22586 | [
"Documentation",
"good first issue",
"help wanted",
"Meta-issue"
] | Fix Axes3D matplotlib deprecation warning in examples
See in #22547
```
MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will c... | 22,586 |
https://github.com/scikit-learn/scikit-learn/issues/22584 | [
"Bug"
] | `sklearn.neighbors.VALID_METRICS['brute']` has duplicate keyword: "cosine".
### Describe the bug
The constant:`sklearn.neighbors.VALID_METRICS['brute']` returns duplicate "cosine" keyword.
It seems harmless, but I think it should return a unique keyword list to avoid unnecessary confusion.
The constant is defined... | 22,584 |
https://github.com/scikit-learn/scikit-learn/issues/22584 | [
"Bug"
] | `sklearn.neighbors.VALID_METRICS['brute']` has duplicate keyword: "cosine".
### Describe the bug
The constant:`sklearn.neighbors.VALID_METRICS['brute']` returns duplicate "cosine" keyword.
It seems harmless, but I think it should return a unique keyword list to avoid unnecessary confusion.
The constant is defined... | 22,584 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22581 | [
"Bug",
"Build / CI"
] | Unable to successfully install scikit-learn development version with MacBookPro with chip Apple M1 Pro
### Describe the bug
I installed the development version of scikit-learn on my computer (MacBookPro with chip Apple M1 Pro). When I ran pytest I got the following error:
```
(sklearn-dev) ➜ scikit-learn git:(mai... | 22,581 |
https://github.com/scikit-learn/scikit-learn/issues/22575 | [
"Bug",
"module:metrics"
] | label_ranking_average_precision_score does not allow csr_matrix for y_true input
### Describe the bug
The `label_ranking_average_precision_score` in `sklearn.metrics` according to the doc must allow a csr_matrix as input
```
y_true : {ndarray, sparse matrix} of shape (n_samples, n_labels)
```
The bug was in... | 22,575 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
https://github.com/scikit-learn/scikit-learn/issues/22572 | [
"good first issue",
"module:test-suite",
"Meta-issue"
] | pytest warnings due to deprecation of pytest.warns(None)
Pytest issues warnings about using `pytest.warns(None)` context manager, where the `None` part is now being deprecated.
For example,
```>>> pytest ./sklearn/tests/test_naive_bayes.py ```
results in `79 passed, 4 warnings`. After commenting out `--disable-p... | 22,572 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.