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/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
Nevermind my OpenMP comment in the issue tracker, here there is a job also x86 but python 3.8 that didn't fail. I still don't know how to reproduce ... | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
> Too bad our scipy-dev nightly build was not affected to detect this problem earlier.
Also how did this happen? In the past it caught almost ins... | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
> Also how did this happen? In the past it caught almost instantly any discrepancies.
Our `scipy-dev` build is Linux only so far. | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
Also 3.8 too didn't fail for macos. Weird | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
> Also 3.8 too didn't fail for macos. Weird
This is because those 3.8 builds use scipy 1.10.1 instead of 1.11.0. Probably because scipy 1.11.0 wa... | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
LU is not releasing GIL anyways so if there was a memory issue then it would have been found on Linux too.
Can you point me to where the exact L... | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
For the interested, I have an alternative implementation in https://github.com/scipy/scipy/pull/18762 if someone can test it out that would be great... | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
1.11.1 released. Hope it solves the CI issue | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
## CI is no longer failing! ✅
[Successful run](https://github.com/scikit-learn/scikit-learn/actions/runs/5408261793) on Jun 29, 2023 | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26698 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5397015550)** (Jun 28, 2023)
COMMENT:
Apparently it does. Thanks @ilayn | 26,698 |
https://github.com/scikit-learn/scikit-learn/issues/26696 | [
"Bug"
] | mutual_info_regression misbehaves when X is integer-typed
### Describe the bug
Mathematically, the mutual information between two continuous variables P and Q is symmetric, i.e. swapping the places of the two variables doesn't change the result. But I've found that when one of the variables is integer-typed, the re... | 26,696 |
https://github.com/scikit-learn/scikit-learn/issues/26696 | [
"Bug"
] | mutual_info_regression misbehaves when X is integer-typed
### Describe the bug
Mathematically, the mutual information between two continuous variables P and Q is symmetric, i.e. swapping the places of the two variables doesn't change the result. But I've found that when one of the variables is integer-typed, the re... | 26,696 |
https://github.com/scikit-learn/scikit-learn/issues/26696 | [
"Bug"
] | mutual_info_regression misbehaves when X is integer-typed
### Describe the bug
Mathematically, the mutual information between two continuous variables P and Q is symmetric, i.e. swapping the places of the two variables doesn't change the result. But I've found that when one of the variables is integer-typed, the re... | 26,696 |
https://github.com/scikit-learn/scikit-learn/issues/26695 | [
"New Feature",
"Needs Triage"
] | New function to export output from Decision Tree: `sklearn.tree.export_dataframe`
### Describe the workflow you want to enable
When building a Decision Tree, I'd like the ability to export the internals of the tree as a Pandas Data frame.
This function would operate syntactically similar to the current internal fu... | 26,695 |
https://github.com/scikit-learn/scikit-learn/issues/26695 | [
"New Feature",
"Needs Triage"
] | New function to export output from Decision Tree: `sklearn.tree.export_dataframe`
### Describe the workflow you want to enable
When building a Decision Tree, I'd like the ability to export the internals of the tree as a Pandas Data frame.
This function would operate syntactically similar to the current internal fu... | 26,695 |
https://github.com/scikit-learn/scikit-learn/issues/26695 | [
"New Feature",
"Needs Triage"
] | New function to export output from Decision Tree: `sklearn.tree.export_dataframe`
### Describe the workflow you want to enable
When building a Decision Tree, I'd like the ability to export the internals of the tree as a Pandas Data frame.
This function would operate syntactically similar to the current internal fu... | 26,695 |
https://github.com/scikit-learn/scikit-learn/issues/26688 | [
"Needs Triage"
] | DOC a spefic docstring guide for scikit-learn
When I was contributing to scikit-learn, what often confuses me is how to write docstrings. For instance, should I use backticks or double backticks for inline codes? Should I make a line break between parameters or not? etc.
Asides from these details that are only visi... | 26,688 |
https://github.com/scikit-learn/scikit-learn/issues/26688 | [
"Needs Triage"
] | DOC a spefic docstring guide for scikit-learn
When I was contributing to scikit-learn, what often confuses me is how to write docstrings. For instance, should I use backticks or double backticks for inline codes? Should I make a line break between parameters or not? etc.
Asides from these details that are only visi... | 26,688 |
https://github.com/scikit-learn/scikit-learn/issues/26688 | [
"Needs Triage"
] | DOC a spefic docstring guide for scikit-learn
When I was contributing to scikit-learn, what often confuses me is how to write docstrings. For instance, should I use backticks or double backticks for inline codes? Should I make a line break between parameters or not? etc.
Asides from these details that are only visi... | 26,688 |
https://github.com/scikit-learn/scikit-learn/issues/26688 | [
"Needs Triage"
] | DOC a spefic docstring guide for scikit-learn
When I was contributing to scikit-learn, what often confuses me is how to write docstrings. For instance, should I use backticks or double backticks for inline codes? Should I make a line break between parameters or not? etc.
Asides from these details that are only visi... | 26,688 |
https://github.com/scikit-learn/scikit-learn/issues/26660 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI failed on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5341371822)** (Jun 22, 2023)
COMMENT:
The hash of the scipy package downloaded did not match. I assume that it could only be corrupted due the downloading.
I would expect this PR to auto close. ... | 26,660 |
https://github.com/scikit-learn/scikit-learn/issues/26660 | [
"Needs Triage"
] | ⚠️ CI failed on Wheel builder ⚠️
**CI failed on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/5341371822)** (Jun 22, 2023)
COMMENT:
## CI is no longer failing! ✅
[Successful run](https://github.com/scikit-learn/scikit-learn/actions/runs/5352632123) on Jun 23, 2023 | 26,660 |
https://github.com/scikit-learn/scikit-learn/issues/26658 | [
"Bug"
] | Automatic bandwidth calculation valid only for normalized data
### Describe the bug
`sklearn.neighbors.KernelDensity` supports automatic (optimal) bandwidth calculation via `bandwidth = 'silverman'` and `bandwidth = 'scott'`. The algorithm computes the appropriate observation-weighted bandwidth factors (proportiona... | 26,658 |
https://github.com/scikit-learn/scikit-learn/issues/26658 | [
"Bug"
] | Automatic bandwidth calculation valid only for normalized data
### Describe the bug
`sklearn.neighbors.KernelDensity` supports automatic (optimal) bandwidth calculation via `bandwidth = 'silverman'` and `bandwidth = 'scott'`. The algorithm computes the appropriate observation-weighted bandwidth factors (proportiona... | 26,658 |
https://github.com/scikit-learn/scikit-learn/issues/26658 | [
"Bug"
] | Automatic bandwidth calculation valid only for normalized data
### Describe the bug
`sklearn.neighbors.KernelDensity` supports automatic (optimal) bandwidth calculation via `bandwidth = 'silverman'` and `bandwidth = 'scott'`. The algorithm computes the appropriate observation-weighted bandwidth factors (proportiona... | 26,658 |
https://github.com/scikit-learn/scikit-learn/issues/26658 | [
"Bug"
] | Automatic bandwidth calculation valid only for normalized data
### Describe the bug
`sklearn.neighbors.KernelDensity` supports automatic (optimal) bandwidth calculation via `bandwidth = 'silverman'` and `bandwidth = 'scott'`. The algorithm computes the appropriate observation-weighted bandwidth factors (proportiona... | 26,658 |
https://github.com/scikit-learn/scikit-learn/issues/26658 | [
"Bug"
] | Automatic bandwidth calculation valid only for normalized data
### Describe the bug
`sklearn.neighbors.KernelDensity` supports automatic (optimal) bandwidth calculation via `bandwidth = 'silverman'` and `bandwidth = 'scott'`. The algorithm computes the appropriate observation-weighted bandwidth factors (proportiona... | 26,658 |
https://github.com/scikit-learn/scikit-learn/issues/26658 | [
"Bug"
] | Automatic bandwidth calculation valid only for normalized data
### Describe the bug
`sklearn.neighbors.KernelDensity` supports automatic (optimal) bandwidth calculation via `bandwidth = 'silverman'` and `bandwidth = 'scott'`. The algorithm computes the appropriate observation-weighted bandwidth factors (proportiona... | 26,658 |
https://github.com/scikit-learn/scikit-learn/issues/26658 | [
"Bug"
] | Automatic bandwidth calculation valid only for normalized data
### Describe the bug
`sklearn.neighbors.KernelDensity` supports automatic (optimal) bandwidth calculation via `bandwidth = 'silverman'` and `bandwidth = 'scott'`. The algorithm computes the appropriate observation-weighted bandwidth factors (proportiona... | 26,658 |
https://github.com/scikit-learn/scikit-learn/issues/26656 | [
"Documentation",
"good first issue"
] | Pipeline doc references inexistent example
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/pipeline.py#L65
> parameter name separated by a `'__'`, as in the example below
There is no example below that shows that technique.
COMMENT:
Indeed we could add a small ... | 26,656 |
https://github.com/scikit-learn/scikit-learn/issues/26656 | [
"Documentation",
"good first issue"
] | Pipeline doc references inexistent example
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/pipeline.py#L65
> parameter name separated by a `'__'`, as in the example below
There is no example below that shows that technique.
COMMENT:
We can also reference an exa... | 26,656 |
https://github.com/scikit-learn/scikit-learn/issues/26656 | [
"Documentation",
"good first issue"
] | Pipeline doc references inexistent example
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/pipeline.py#L65
> parameter name separated by a `'__'`, as in the example below
There is no example below that shows that technique.
COMMENT:
There is also a nice and sim... | 26,656 |
https://github.com/scikit-learn/scikit-learn/issues/26642 | [
"New Feature",
"Needs Triage"
] | Automatic decision tree pruning based on accuracy scores
### Describe the workflow you want to enable
Could the process described in the linked article be automated in the training (fit) function for tree models?
https://scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html#sphx-glr-auto-examp... | 26,642 |
https://github.com/scikit-learn/scikit-learn/issues/26640 | [
"Enhancement"
] | ArrayAPI: `isdtype` improper comparison to set
### Describe the bug
The newly introduced `sklearn.utils._array_api.isdtype` is comparing types with respect to defined sets.
See here https://github.com/scikit-learn/scikit-learn/blob/cb233674ddffeb1f75f63309f94e4f90d0a2bdf8/sklearn/utils/_array_api.py#L92
This ... | 26,640 |
https://github.com/scikit-learn/scikit-learn/issues/26640 | [
"Enhancement"
] | ArrayAPI: `isdtype` improper comparison to set
### Describe the bug
The newly introduced `sklearn.utils._array_api.isdtype` is comparing types with respect to defined sets.
See here https://github.com/scikit-learn/scikit-learn/blob/cb233674ddffeb1f75f63309f94e4f90d0a2bdf8/sklearn/utils/_array_api.py#L92
This ... | 26,640 |
https://github.com/scikit-learn/scikit-learn/issues/26639 | [
"Bug",
"Needs Investigation"
] | Scipy Warning Issued Only After LinearRegression calls
### Describe the bug
I am working on a project for work and the data is sensitive and I share those files. I've reduced the issue to the attached code and longer description.
I get scipy MatReadWarnings when I called sklearn linear regression module. Furth... | 26,639 |
https://github.com/scikit-learn/scikit-learn/issues/26639 | [
"Bug",
"Needs Investigation"
] | Scipy Warning Issued Only After LinearRegression calls
### Describe the bug
I am working on a project for work and the data is sensitive and I share those files. I've reduced the issue to the attached code and longer description.
I get scipy MatReadWarnings when I called sklearn linear regression module. Furth... | 26,639 |
https://github.com/scikit-learn/scikit-learn/issues/26639 | [
"Bug",
"Needs Investigation"
] | Scipy Warning Issued Only After LinearRegression calls
### Describe the bug
I am working on a project for work and the data is sensitive and I share those files. I've reduced the issue to the attached code and longer description.
I get scipy MatReadWarnings when I called sklearn linear regression module. Furth... | 26,639 |
https://github.com/scikit-learn/scikit-learn/issues/26639 | [
"Bug",
"Needs Investigation"
] | Scipy Warning Issued Only After LinearRegression calls
### Describe the bug
I am working on a project for work and the data is sensitive and I share those files. I've reduced the issue to the attached code and longer description.
I get scipy MatReadWarnings when I called sklearn linear regression module. Furth... | 26,639 |
https://github.com/scikit-learn/scikit-learn/issues/26639 | [
"Bug",
"Needs Investigation"
] | Scipy Warning Issued Only After LinearRegression calls
### Describe the bug
I am working on a project for work and the data is sensitive and I share those files. I've reduced the issue to the attached code and longer description.
I get scipy MatReadWarnings when I called sklearn linear regression module. Furth... | 26,639 |
https://github.com/scikit-learn/scikit-learn/issues/26639 | [
"Bug",
"Needs Investigation"
] | Scipy Warning Issued Only After LinearRegression calls
### Describe the bug
I am working on a project for work and the data is sensitive and I share those files. I've reduced the issue to the attached code and longer description.
I get scipy MatReadWarnings when I called sklearn linear regression module. Furth... | 26,639 |
https://github.com/scikit-learn/scikit-learn/issues/26639 | [
"Bug",
"Needs Investigation"
] | Scipy Warning Issued Only After LinearRegression calls
### Describe the bug
I am working on a project for work and the data is sensitive and I share those files. I've reduced the issue to the attached code and longer description.
I get scipy MatReadWarnings when I called sklearn linear regression module. Furth... | 26,639 |
https://github.com/scikit-learn/scikit-learn/issues/26621 | [
"Bug"
] | Reporting that the EM algorithm didn't converge for a single initialization
### Describe the bug
Should the code L273-L280
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/mixture/_base.py#L273-L280
be indented under the for loop?
https://github.com/scikit-learn/s... | 26,621 |
https://github.com/scikit-learn/scikit-learn/issues/26621 | [
"Bug"
] | Reporting that the EM algorithm didn't converge for a single initialization
### Describe the bug
Should the code L273-L280
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/mixture/_base.py#L273-L280
be indented under the for loop?
https://github.com/scikit-learn/s... | 26,621 |
https://github.com/scikit-learn/scikit-learn/issues/26621 | [
"Bug"
] | Reporting that the EM algorithm didn't converge for a single initialization
### Describe the bug
Should the code L273-L280
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/mixture/_base.py#L273-L280
be indented under the for loop?
https://github.com/scikit-learn/s... | 26,621 |
https://github.com/scikit-learn/scikit-learn/issues/26621 | [
"Bug"
] | Reporting that the EM algorithm didn't converge for a single initialization
### Describe the bug
Should the code L273-L280
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/mixture/_base.py#L273-L280
be indented under the for loop?
https://github.com/scikit-learn/s... | 26,621 |
https://github.com/scikit-learn/scikit-learn/issues/26621 | [
"Bug"
] | Reporting that the EM algorithm didn't converge for a single initialization
### Describe the bug
Should the code L273-L280
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/mixture/_base.py#L273-L280
be indented under the for loop?
https://github.com/scikit-learn/s... | 26,621 |
https://github.com/scikit-learn/scikit-learn/issues/26621 | [
"Bug"
] | Reporting that the EM algorithm didn't converge for a single initialization
### Describe the bug
Should the code L273-L280
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/mixture/_base.py#L273-L280
be indented under the for loop?
https://github.com/scikit-learn/s... | 26,621 |
https://github.com/scikit-learn/scikit-learn/issues/26621 | [
"Bug"
] | Reporting that the EM algorithm didn't converge for a single initialization
### Describe the bug
Should the code L273-L280
https://github.com/scikit-learn/scikit-learn/blob/364c77e047ca08a95862becf40a04fe9d4cd2c98/sklearn/mixture/_base.py#L273-L280
be indented under the for loop?
https://github.com/scikit-learn/s... | 26,621 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26617 | [
"Documentation",
"good first issue",
"Meta-issue"
] | DOC Introduce dropdowns in the User Guide
### Describe the issue linked to the documentation
Dropdowns are implemented in #26625. They can help users avoid scrolling trough **large** pages and can quickly get them access to the content they are interested in.
### Suggest a potential alternative/fix
Use dropdo... | 26,617 |
https://github.com/scikit-learn/scikit-learn/issues/26614 | [
"New Feature"
] | Column-wise parallelism for Column Transformer
### Describe the workflow you want to enable
cc @Vincent-Maladiere
Currently, when parallelizing the `ColumnTransformer`, it creates 1 job per transformer. This is inefficient as it may create stragglers.
For instance, in the case when there are 20 columns with a ... | 26,614 |
https://github.com/scikit-learn/scikit-learn/issues/26614 | [
"New Feature"
] | Column-wise parallelism for Column Transformer
### Describe the workflow you want to enable
cc @Vincent-Maladiere
Currently, when parallelizing the `ColumnTransformer`, it creates 1 job per transformer. This is inefficient as it may create stragglers.
For instance, in the case when there are 20 columns with a ... | 26,614 |
https://github.com/scikit-learn/scikit-learn/issues/26614 | [
"New Feature"
] | Column-wise parallelism for Column Transformer
### Describe the workflow you want to enable
cc @Vincent-Maladiere
Currently, when parallelizing the `ColumnTransformer`, it creates 1 job per transformer. This is inefficient as it may create stragglers.
For instance, in the case when there are 20 columns with a ... | 26,614 |
https://github.com/scikit-learn/scikit-learn/issues/26614 | [
"New Feature"
] | Column-wise parallelism for Column Transformer
### Describe the workflow you want to enable
cc @Vincent-Maladiere
Currently, when parallelizing the `ColumnTransformer`, it creates 1 job per transformer. This is inefficient as it may create stragglers.
For instance, in the case when there are 20 columns with a ... | 26,614 |
https://github.com/scikit-learn/scikit-learn/issues/26614 | [
"New Feature"
] | Column-wise parallelism for Column Transformer
### Describe the workflow you want to enable
cc @Vincent-Maladiere
Currently, when parallelizing the `ColumnTransformer`, it creates 1 job per transformer. This is inefficient as it may create stragglers.
For instance, in the case when there are 20 columns with a ... | 26,614 |
https://github.com/scikit-learn/scikit-learn/issues/26614 | [
"New Feature"
] | Column-wise parallelism for Column Transformer
### Describe the workflow you want to enable
cc @Vincent-Maladiere
Currently, when parallelizing the `ColumnTransformer`, it creates 1 job per transformer. This is inefficient as it may create stragglers.
For instance, in the case when there are 20 columns with a ... | 26,614 |
https://github.com/scikit-learn/scikit-learn/issues/26613 | [
"New Feature",
"module:preprocessing"
] | Add Multiclass to Target Encoder
Add multi-class to target encoder, https://github.com/scikit-learn/scikit-learn/pull/26185. @lucyleeow is currently looking into this.
COMMENT:
Implementation wise, I think we follow the method described in 3.3, and **do not** drop any of the classes. Dropping any of the classes will ... | 26,613 |
https://github.com/scikit-learn/scikit-learn/issues/26612 | [
"Documentation",
"Needs Triage"
] | DOC Outdated note at top of `build_tools/circle/push_doc.sh`
### Describe the issue linked to the documentation
The top of [`build_tools/circle/push_doc.sh`](https://github.com/scikit-learn/scikit-learn/blob/main/build_tools/circle/push_doc.sh) says:
```
# The behavior of the script is controlled by environment v... | 26,612 |
https://github.com/scikit-learn/scikit-learn/issues/26612 | [
"Documentation",
"Needs Triage"
] | DOC Outdated note at top of `build_tools/circle/push_doc.sh`
### Describe the issue linked to the documentation
The top of [`build_tools/circle/push_doc.sh`](https://github.com/scikit-learn/scikit-learn/blob/main/build_tools/circle/push_doc.sh) says:
```
# The behavior of the script is controlled by environment v... | 26,612 |
https://github.com/scikit-learn/scikit-learn/issues/26612 | [
"Documentation",
"Needs Triage"
] | DOC Outdated note at top of `build_tools/circle/push_doc.sh`
### Describe the issue linked to the documentation
The top of [`build_tools/circle/push_doc.sh`](https://github.com/scikit-learn/scikit-learn/blob/main/build_tools/circle/push_doc.sh) says:
```
# The behavior of the script is controlled by environment v... | 26,612 |
https://github.com/scikit-learn/scikit-learn/issues/26612 | [
"Documentation",
"Needs Triage"
] | DOC Outdated note at top of `build_tools/circle/push_doc.sh`
### Describe the issue linked to the documentation
The top of [`build_tools/circle/push_doc.sh`](https://github.com/scikit-learn/scikit-learn/blob/main/build_tools/circle/push_doc.sh) says:
```
# The behavior of the script is controlled by environment v... | 26,612 |
https://github.com/scikit-learn/scikit-learn/issues/26612 | [
"Documentation",
"Needs Triage"
] | DOC Outdated note at top of `build_tools/circle/push_doc.sh`
### Describe the issue linked to the documentation
The top of [`build_tools/circle/push_doc.sh`](https://github.com/scikit-learn/scikit-learn/blob/main/build_tools/circle/push_doc.sh) says:
```
# The behavior of the script is controlled by environment v... | 26,612 |
https://github.com/scikit-learn/scikit-learn/issues/26612 | [
"Documentation",
"Needs Triage"
] | DOC Outdated note at top of `build_tools/circle/push_doc.sh`
### Describe the issue linked to the documentation
The top of [`build_tools/circle/push_doc.sh`](https://github.com/scikit-learn/scikit-learn/blob/main/build_tools/circle/push_doc.sh) says:
```
# The behavior of the script is controlled by environment v... | 26,612 |
https://github.com/scikit-learn/scikit-learn/issues/26599 | [
"Bug",
"Documentation"
] | DOC Sphinx global var `style` removed in Sphinx 7.0.0
### Describe the issue linked to the documentation
Following the [doc contribution guide](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) to build docs, the latest Sphinx version (7.0.1) is installed but upon build the follo... | 26,599 |
https://github.com/scikit-learn/scikit-learn/issues/26599 | [
"Bug",
"Documentation"
] | DOC Sphinx global var `style` removed in Sphinx 7.0.0
### Describe the issue linked to the documentation
Following the [doc contribution guide](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) to build docs, the latest Sphinx version (7.0.1) is installed but upon build the follo... | 26,599 |
https://github.com/scikit-learn/scikit-learn/issues/26599 | [
"Bug",
"Documentation"
] | DOC Sphinx global var `style` removed in Sphinx 7.0.0
### Describe the issue linked to the documentation
Following the [doc contribution guide](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) to build docs, the latest Sphinx version (7.0.1) is installed but upon build the follo... | 26,599 |
https://github.com/scikit-learn/scikit-learn/issues/26598 | [
"Documentation",
"Needs Triage"
] | DOC Link in warning about doc build with Sphinx versions outdated
### Describe the issue linked to the documentation
The link in the warning about sphinx versions at the end of ['Building the documentation'](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) is to a Github search ... | 26,598 |
https://github.com/scikit-learn/scikit-learn/issues/26598 | [
"Documentation",
"Needs Triage"
] | DOC Link in warning about doc build with Sphinx versions outdated
### Describe the issue linked to the documentation
The link in the warning about sphinx versions at the end of ['Building the documentation'](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) is to a Github search ... | 26,598 |
https://github.com/scikit-learn/scikit-learn/issues/26598 | [
"Documentation",
"Needs Triage"
] | DOC Link in warning about doc build with Sphinx versions outdated
### Describe the issue linked to the documentation
The link in the warning about sphinx versions at the end of ['Building the documentation'](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) is to a Github search ... | 26,598 |
https://github.com/scikit-learn/scikit-learn/issues/26598 | [
"Documentation",
"Needs Triage"
] | DOC Link in warning about doc build with Sphinx versions outdated
### Describe the issue linked to the documentation
The link in the warning about sphinx versions at the end of ['Building the documentation'](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) is to a Github search ... | 26,598 |
https://github.com/scikit-learn/scikit-learn/issues/26598 | [
"Documentation",
"Needs Triage"
] | DOC Link in warning about doc build with Sphinx versions outdated
### Describe the issue linked to the documentation
The link in the warning about sphinx versions at the end of ['Building the documentation'](https://scikit-learn.org/dev/developers/contributing.html#building-the-documentation) is to a Github search ... | 26,598 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.