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/24228
[ "module:neighbors", "Needs Investigation" ]
Balltree's node_data radii seems to be incorrect ### Describe the bug The node data from constructing a BallTree seems to be incorrect. Each parent node's radius should always be greater than or equal to both its child's radiuses, since the radius is that of the smallest hypersphere containing all the points within...
24,228
https://github.com/scikit-learn/scikit-learn/issues/24228
[ "module:neighbors", "Needs Investigation" ]
Balltree's node_data radii seems to be incorrect ### Describe the bug The node data from constructing a BallTree seems to be incorrect. Each parent node's radius should always be greater than or equal to both its child's radiuses, since the radius is that of the smallest hypersphere containing all the points within...
24,228
https://github.com/scikit-learn/scikit-learn/issues/24221
[ "Build / CI" ]
⚠️ CI failed on Linux_nogil.pylatest_pip_nogil ⚠️ **CI failed on [Linux_nogil.pylatest_pip_nogil](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45748&view=logs&j=67fbb25f-e417-50be-be55-3b1e9637fce5)** (Aug 22, 2022) - test_kernel_gradient[kernel11] COMMENT: I can not reproduce this one local...
24,221
https://github.com/scikit-learn/scikit-learn/issues/24221
[ "Build / CI" ]
⚠️ CI failed on Linux_nogil.pylatest_pip_nogil ⚠️ **CI failed on [Linux_nogil.pylatest_pip_nogil](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45748&view=logs&j=67fbb25f-e417-50be-be55-3b1e9637fce5)** (Aug 22, 2022) - test_kernel_gradient[kernel11] COMMENT: Note that this test also has `@fai...
24,221
https://github.com/scikit-learn/scikit-learn/issues/24221
[ "Build / CI" ]
⚠️ CI failed on Linux_nogil.pylatest_pip_nogil ⚠️ **CI failed on [Linux_nogil.pylatest_pip_nogil](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45748&view=logs&j=67fbb25f-e417-50be-be55-3b1e9637fce5)** (Aug 22, 2022) - test_kernel_gradient[kernel11] COMMENT: I will manually retrigger this CI ...
24,221
https://github.com/scikit-learn/scikit-learn/issues/24221
[ "Build / CI" ]
⚠️ CI failed on Linux_nogil.pylatest_pip_nogil ⚠️ **CI failed on [Linux_nogil.pylatest_pip_nogil](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45748&view=logs&j=67fbb25f-e417-50be-be55-3b1e9637fce5)** (Aug 22, 2022) - test_kernel_gradient[kernel11] COMMENT: ## CI is no longer failing! ✅ [Su...
24,221
https://github.com/scikit-learn/scikit-learn/issues/24221
[ "Build / CI" ]
⚠️ CI failed on Linux_nogil.pylatest_pip_nogil ⚠️ **CI failed on [Linux_nogil.pylatest_pip_nogil](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45748&view=logs&j=67fbb25f-e417-50be-be55-3b1e9637fce5)** (Aug 22, 2022) - test_kernel_gradient[kernel11] COMMENT: Ok, so apparently this not determi...
24,221
https://github.com/scikit-learn/scikit-learn/issues/24221
[ "Build / CI" ]
⚠️ CI failed on Linux_nogil.pylatest_pip_nogil ⚠️ **CI failed on [Linux_nogil.pylatest_pip_nogil](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45748&view=logs&j=67fbb25f-e417-50be-be55-3b1e9637fce5)** (Aug 22, 2022) - test_kernel_gradient[kernel11] COMMENT: I looked a bit more into this one,...
24,221
https://github.com/scikit-learn/scikit-learn/issues/24221
[ "Build / CI" ]
⚠️ CI failed on Linux_nogil.pylatest_pip_nogil ⚠️ **CI failed on [Linux_nogil.pylatest_pip_nogil](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45748&view=logs&j=67fbb25f-e417-50be-be55-3b1e9637fce5)** (Aug 22, 2022) - test_kernel_gradient[kernel11] COMMENT: Opened #24245 to fix the problem f...
24,221
https://github.com/scikit-learn/scikit-learn/issues/24208
[ "Bug", "Needs Triage" ]
SequentialFeatureSelector html repr throws an exception ### Describe the bug SequentialFeatureSelector html repr throws an exception. (Non-html repr is OK) ### Steps/Code to Reproduce ```python sklearn.feature_selection.SequentialFeatureSelector(sklearn.linear_model.LinearRegression) ``` into ipython or ju...
24,208
https://github.com/scikit-learn/scikit-learn/issues/24207
[ "Bug", "Needs Triage" ]
Unable to import scikit-learn modules ### Describe the bug Multiple imports unable to be imported within the imblearn and scikit-learn package. Since there is no imblearn github repo, posting here. Using scikit-learn version 1.1.2 and imbalanced-learn 0.9.1 Error: ImportError Trace...
24,207
https://github.com/scikit-learn/scikit-learn/issues/24205
[ "Bug", "module:decomposition", "Needs Reproducible Code" ]
explained_variance_ratio_ > 1.0 ### Describe the bug `PCA.explained_variance_ratio_` is larger than 1.0 ### Steps/Code to Reproduce ```python import sklearn.decomposition pca = 64 _pca = sklearn.decomposition.PCA(pca) vectors = _pca.fit_transform(vectors) print(f"Explained variance ratio: {_pca.explain...
24,205
https://github.com/scikit-learn/scikit-learn/issues/24205
[ "Bug", "module:decomposition", "Needs Reproducible Code" ]
explained_variance_ratio_ > 1.0 ### Describe the bug `PCA.explained_variance_ratio_` is larger than 1.0 ### Steps/Code to Reproduce ```python import sklearn.decomposition pca = 64 _pca = sklearn.decomposition.PCA(pca) vectors = _pca.fit_transform(vectors) print(f"Explained variance ratio: {_pca.explain...
24,205
https://github.com/scikit-learn/scikit-learn/issues/24204
[ "Needs Triage" ]
Upload a Python wheel for sklearn package As you know a number of people install scikit-learn via `pip install sklearn` (or specify `sklearn` in their dependencies) which works due to the [`sklearn`](https://pypi.org/project/sklearn/#files) package alias. So far we still have no solution to let users know they shouldn...
24,204
https://github.com/scikit-learn/scikit-learn/issues/24204
[ "Needs Triage" ]
Upload a Python wheel for sklearn package As you know a number of people install scikit-learn via `pip install sklearn` (or specify `sklearn` in their dependencies) which works due to the [`sklearn`](https://pypi.org/project/sklearn/#files) package alias. So far we still have no solution to let users know they shouldn...
24,204
https://github.com/scikit-learn/scikit-learn/issues/24204
[ "Needs Triage" ]
Upload a Python wheel for sklearn package As you know a number of people install scikit-learn via `pip install sklearn` (or specify `sklearn` in their dependencies) which works due to the [`sklearn`](https://pypi.org/project/sklearn/#files) package alias. So far we still have no solution to let users know they shouldn...
24,204
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24199
[ "New Feature", "module:preprocessing", "Needs Decision - Include Feature" ]
Allow X in func or transformer in TransformedTargetRegressor ### Describe the workflow you want to enable I would like to enable target transformation based on X in data. This will come in handy when predicting a quantity that has a natural dependency on a feature. E.g. target value is summed salary of a househ...
24,199
https://github.com/scikit-learn/scikit-learn/issues/24196
[ "New Feature", "module:linear_model", "Needs Triage" ]
sklearn implementation of the square-root LASSO ### Describe the workflow you want to enable The unconstrained LASSO is currently implemented in `lasso_path`. However, the parameter for unconstrained LASSO is sensitive to the measurement noise. Instead, the square-root LASSO has objective norm(Ax-b) + alpha * norm(x,...
24,196
https://github.com/scikit-learn/scikit-learn/issues/24196
[ "New Feature", "module:linear_model", "Needs Triage" ]
sklearn implementation of the square-root LASSO ### Describe the workflow you want to enable The unconstrained LASSO is currently implemented in `lasso_path`. However, the parameter for unconstrained LASSO is sensitive to the measurement noise. Instead, the square-root LASSO has objective norm(Ax-b) + alpha * norm(x,...
24,196
https://github.com/scikit-learn/scikit-learn/issues/24196
[ "New Feature", "module:linear_model", "Needs Triage" ]
sklearn implementation of the square-root LASSO ### Describe the workflow you want to enable The unconstrained LASSO is currently implemented in `lasso_path`. However, the parameter for unconstrained LASSO is sensitive to the measurement noise. Instead, the square-root LASSO has objective norm(Ax-b) + alpha * norm(x,...
24,196
https://github.com/scikit-learn/scikit-learn/issues/24196
[ "New Feature", "module:linear_model", "Needs Triage" ]
sklearn implementation of the square-root LASSO ### Describe the workflow you want to enable The unconstrained LASSO is currently implemented in `lasso_path`. However, the parameter for unconstrained LASSO is sensitive to the measurement noise. Instead, the square-root LASSO has objective norm(Ax-b) + alpha * norm(x,...
24,196
https://github.com/scikit-learn/scikit-learn/issues/24187
[ "New Feature" ]
Incremental versions of Existing Clustering Indices (metrics) ### Describe the workflow you want to enable There currently exists 3 CVIs (cluster validity indices) in the main branch. These metrics are very useful for indicating performance of unsupervised clustering methods and add value to the module. However, th...
24,187
https://github.com/scikit-learn/scikit-learn/issues/24186
[ "New Feature", "Needs Triage" ]
Reverse Transform and a intelligent skip non existent columns for transformer and pipelines ### Describe the workflow you want to enable I have almost implemented a wizard that will preprocess the data a user puts in. Than the training of Tensorflow networks will be done and also a integration REST API flow comes o...
24,186
https://github.com/scikit-learn/scikit-learn/issues/24182
[ "Documentation", "module:compose" ]
sklearn.compose.ColumnTransformer do not keep transformers` desired dtype of output Hi, We are using ColumnTransformer as our unified preprocessor to transform the data. We have the following transformers: ```python from sklearn.impute import SimpleImputer from sklearn.pipeline import Pipeline from sklearn.pr...
24,182
https://github.com/scikit-learn/scikit-learn/issues/24182
[ "Documentation", "module:compose" ]
sklearn.compose.ColumnTransformer do not keep transformers` desired dtype of output Hi, We are using ColumnTransformer as our unified preprocessor to transform the data. We have the following transformers: ```python from sklearn.impute import SimpleImputer from sklearn.pipeline import Pipeline from sklearn.pr...
24,182
https://github.com/scikit-learn/scikit-learn/issues/24182
[ "Documentation", "module:compose" ]
sklearn.compose.ColumnTransformer do not keep transformers` desired dtype of output Hi, We are using ColumnTransformer as our unified preprocessor to transform the data. We have the following transformers: ```python from sklearn.impute import SimpleImputer from sklearn.pipeline import Pipeline from sklearn.pr...
24,182
https://github.com/scikit-learn/scikit-learn/issues/24182
[ "Documentation", "module:compose" ]
sklearn.compose.ColumnTransformer do not keep transformers` desired dtype of output Hi, We are using ColumnTransformer as our unified preprocessor to transform the data. We have the following transformers: ```python from sklearn.impute import SimpleImputer from sklearn.pipeline import Pipeline from sklearn.pr...
24,182
https://github.com/scikit-learn/scikit-learn/issues/24182
[ "Documentation", "module:compose" ]
sklearn.compose.ColumnTransformer do not keep transformers` desired dtype of output Hi, We are using ColumnTransformer as our unified preprocessor to transform the data. We have the following transformers: ```python from sklearn.impute import SimpleImputer from sklearn.pipeline import Pipeline from sklearn.pr...
24,182
https://github.com/scikit-learn/scikit-learn/issues/24182
[ "Documentation", "module:compose" ]
sklearn.compose.ColumnTransformer do not keep transformers` desired dtype of output Hi, We are using ColumnTransformer as our unified preprocessor to transform the data. We have the following transformers: ```python from sklearn.impute import SimpleImputer from sklearn.pipeline import Pipeline from sklearn.pr...
24,182
https://github.com/scikit-learn/scikit-learn/issues/24182
[ "Documentation", "module:compose" ]
sklearn.compose.ColumnTransformer do not keep transformers` desired dtype of output Hi, We are using ColumnTransformer as our unified preprocessor to transform the data. We have the following transformers: ```python from sklearn.impute import SimpleImputer from sklearn.pipeline import Pipeline from sklearn.pr...
24,182
https://github.com/scikit-learn/scikit-learn/issues/24176
[ "Documentation", "help wanted", "module:cluster" ]
AgglomerativeClustering's distance_threshold is misleading ### Describe the issue linked to the documentation According to the [documentation regarding `AgglomerativeClustering`](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html#sklearn.cluster.AgglomerativeClustering), th...
24,176
https://github.com/scikit-learn/scikit-learn/issues/24176
[ "Documentation", "help wanted", "module:cluster" ]
AgglomerativeClustering's distance_threshold is misleading ### Describe the issue linked to the documentation According to the [documentation regarding `AgglomerativeClustering`](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html#sklearn.cluster.AgglomerativeClustering), th...
24,176
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24172
[ "Documentation", "module:linear_model" ]
SGDClassifier initial lr undocumented ### Describe the issue linked to the documentation The [documentation for SGDClassifier](https://scikit-learn.org/stable/modules/sgd.html#sgd) says that with `learning_rate='optimal'` the initial learning rate `t0` is chosen with a heuristic proposed by Léon Bottou that "can be f...
24,172
https://github.com/scikit-learn/scikit-learn/issues/24160
[ "Needs Triage" ]
⚠️ CI failed on Wheel builder ⚠️ **CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/2837268478)** (Aug 11, 2022) COMMENT: `test_estimators[SpectralEmbedding()-check_pipeline_consistency]` fails on Windows, maybe related to https://github.com/scikit-learn/scikit-learn/is...
24,160
https://github.com/scikit-learn/scikit-learn/issues/24160
[ "Needs Triage" ]
⚠️ CI failed on Wheel builder ⚠️ **CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/2837268478)** (Aug 11, 2022) COMMENT: ## CI is no longer failing! ✅ [Successful run](https://github.com/scikit-learn/scikit-learn/actions/runs/2844366471) on Aug 12, 2022
24,160
https://github.com/scikit-learn/scikit-learn/issues/24155
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
LogisticRegression doesn't have an offset option ### Describe the workflow you want to enable Like in R, can we add an option of offset in sklearn so that we can fix the value of some coefficients for logistic regression? For those who don't know offset, offset is defined as a fixed feature with coefficient being ...
24,155
https://github.com/scikit-learn/scikit-learn/issues/24155
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
LogisticRegression doesn't have an offset option ### Describe the workflow you want to enable Like in R, can we add an option of offset in sklearn so that we can fix the value of some coefficients for logistic regression? For those who don't know offset, offset is defined as a fixed feature with coefficient being ...
24,155
https://github.com/scikit-learn/scikit-learn/issues/24155
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
LogisticRegression doesn't have an offset option ### Describe the workflow you want to enable Like in R, can we add an option of offset in sklearn so that we can fix the value of some coefficients for logistic regression? For those who don't know offset, offset is defined as a fixed feature with coefficient being ...
24,155
https://github.com/scikit-learn/scikit-learn/issues/24154
[ "Enhancement", "Build / CI" ]
joblib and threadpoolctl dependencies are missing in setup.py and pyproject.toml ### Describe the bug README.rst lists them as dependencies, but they aren't in setup.py and pyproject.toml ### Steps/Code to Reproduce n/a ### Expected Results n/a ### Actual Results n/a ### Versions ```shell n/a ``` COMMENT: Th...
24,154
https://github.com/scikit-learn/scikit-learn/issues/24154
[ "Enhancement", "Build / CI" ]
joblib and threadpoolctl dependencies are missing in setup.py and pyproject.toml ### Describe the bug README.rst lists them as dependencies, but they aren't in setup.py and pyproject.toml ### Steps/Code to Reproduce n/a ### Expected Results n/a ### Actual Results n/a ### Versions ```shell n/a ``` COMMENT: I ...
24,154
https://github.com/scikit-learn/scikit-learn/issues/24154
[ "Enhancement", "Build / CI" ]
joblib and threadpoolctl dependencies are missing in setup.py and pyproject.toml ### Describe the bug README.rst lists them as dependencies, but they aren't in setup.py and pyproject.toml ### Steps/Code to Reproduce n/a ### Expected Results n/a ### Actual Results n/a ### Versions ```shell n/a ``` COMMENT: Be...
24,154
https://github.com/scikit-learn/scikit-learn/issues/24154
[ "Enhancement", "Build / CI" ]
joblib and threadpoolctl dependencies are missing in setup.py and pyproject.toml ### Describe the bug README.rst lists them as dependencies, but they aren't in setup.py and pyproject.toml ### Steps/Code to Reproduce n/a ### Expected Results n/a ### Actual Results n/a ### Versions ```shell n/a ``` COMMENT: > ...
24,154
https://github.com/scikit-learn/scikit-learn/issues/24154
[ "Enhancement", "Build / CI" ]
joblib and threadpoolctl dependencies are missing in setup.py and pyproject.toml ### Describe the bug README.rst lists them as dependencies, but they aren't in setup.py and pyproject.toml ### Steps/Code to Reproduce n/a ### Expected Results n/a ### Actual Results n/a ### Versions ```shell n/a ``` COMMENT: > ...
24,154
https://github.com/scikit-learn/scikit-learn/issues/24154
[ "Enhancement", "Build / CI" ]
joblib and threadpoolctl dependencies are missing in setup.py and pyproject.toml ### Describe the bug README.rst lists them as dependencies, but they aren't in setup.py and pyproject.toml ### Steps/Code to Reproduce n/a ### Expected Results n/a ### Actual Results n/a ### Versions ```shell n/a ``` COMMENT: > ...
24,154
https://github.com/scikit-learn/scikit-learn/issues/24154
[ "Enhancement", "Build / CI" ]
joblib and threadpoolctl dependencies are missing in setup.py and pyproject.toml ### Describe the bug README.rst lists them as dependencies, but they aren't in setup.py and pyproject.toml ### Steps/Code to Reproduce n/a ### Expected Results n/a ### Actual Results n/a ### Versions ```shell n/a ``` COMMENT: > ...
24,154
https://github.com/scikit-learn/scikit-learn/issues/24151
[ "Bug" ]
joblib Object is not serializable ### Describe the bug When I add these code ``` from sklearnex import patch_sklearn patch_sklearn() ``` And when used with joblib.dump or pickle.dump, an error will occur ### Steps/Code to Reproduce ```python from sklearnex import patch_sklearn import joblib import p...
24,151
https://github.com/scikit-learn/scikit-learn/issues/24151
[ "Bug" ]
joblib Object is not serializable ### Describe the bug When I add these code ``` from sklearnex import patch_sklearn patch_sklearn() ``` And when used with joblib.dump or pickle.dump, an error will occur ### Steps/Code to Reproduce ```python from sklearnex import patch_sklearn import joblib import p...
24,151
https://github.com/scikit-learn/scikit-learn/issues/24151
[ "Bug" ]
joblib Object is not serializable ### Describe the bug When I add these code ``` from sklearnex import patch_sklearn patch_sklearn() ``` And when used with joblib.dump or pickle.dump, an error will occur ### Steps/Code to Reproduce ```python from sklearnex import patch_sklearn import joblib import p...
24,151
https://github.com/scikit-learn/scikit-learn/issues/24148
[ "Documentation", "module:model_selection" ]
DOC LeaveOneGroupOut description confusing ### Describe the issue linked to the documentation The description for [`LeaveOneGroupOut`](https://scikit-learn.org/stable/modules/cross_validation.html#leave-one-group-out) in the user guide: > :class:`LeaveOneGroupOut` is a cross-validation scheme which holds out the ...
24,148
https://github.com/scikit-learn/scikit-learn/issues/24138
[ "Bug", "module:svm", "Needs Investigation" ]
sklearn.svm.SVR use more RAM memory on newer versions ### Describe the bug Hi, I've previously reported a bug that [RandomForestClassifier](https://github.com/scikit-learn/scikit-learn/issues/24124) consumes more memory on newer versions, and I've also noticed that the svm API also consumes more memory on newer versi...
24,138
https://github.com/scikit-learn/scikit-learn/issues/24138
[ "Bug", "module:svm", "Needs Investigation" ]
sklearn.svm.SVR use more RAM memory on newer versions ### Describe the bug Hi, I've previously reported a bug that [RandomForestClassifier](https://github.com/scikit-learn/scikit-learn/issues/24124) consumes more memory on newer versions, and I've also noticed that the svm API also consumes more memory on newer versi...
24,138
https://github.com/scikit-learn/scikit-learn/issues/24138
[ "Bug", "module:svm", "Needs Investigation" ]
sklearn.svm.SVR use more RAM memory on newer versions ### Describe the bug Hi, I've previously reported a bug that [RandomForestClassifier](https://github.com/scikit-learn/scikit-learn/issues/24124) consumes more memory on newer versions, and I've also noticed that the svm API also consumes more memory on newer versi...
24,138
https://github.com/scikit-learn/scikit-learn/issues/24133
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
Add Hannan-Quinn IC to LassoLarsIC ### Describe the workflow you want to enable Hannan–Quinn information criterion was originally described to be an alternative model selection criterion for autoregressive models, but it could be used in other cases too. Unlike AIC it also penalizes model's number of parameters, bu...
24,133
https://github.com/scikit-learn/scikit-learn/issues/24133
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
Add Hannan-Quinn IC to LassoLarsIC ### Describe the workflow you want to enable Hannan–Quinn information criterion was originally described to be an alternative model selection criterion for autoregressive models, but it could be used in other cases too. Unlike AIC it also penalizes model's number of parameters, bu...
24,133
https://github.com/scikit-learn/scikit-learn/issues/24133
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
Add Hannan-Quinn IC to LassoLarsIC ### Describe the workflow you want to enable Hannan–Quinn information criterion was originally described to be an alternative model selection criterion for autoregressive models, but it could be used in other cases too. Unlike AIC it also penalizes model's number of parameters, bu...
24,133
https://github.com/scikit-learn/scikit-learn/issues/24133
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
Add Hannan-Quinn IC to LassoLarsIC ### Describe the workflow you want to enable Hannan–Quinn information criterion was originally described to be an alternative model selection criterion for autoregressive models, but it could be used in other cases too. Unlike AIC it also penalizes model's number of parameters, bu...
24,133
https://github.com/scikit-learn/scikit-learn/issues/24133
[ "New Feature", "module:linear_model", "Needs Decision - Include Feature" ]
Add Hannan-Quinn IC to LassoLarsIC ### Describe the workflow you want to enable Hannan–Quinn information criterion was originally described to be an alternative model selection criterion for autoregressive models, but it could be used in other cases too. Unlike AIC it also penalizes model's number of parameters, bu...
24,133
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: ## CI is no longer failing! ✅ [Successful run](https:/...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: Seems like a real issue for global_random_seed=20. On m...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: **Edit**: should be fixed by #24168 Hmmm the latest...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: As noted in https://github.com/scikit-learn/scikit-lear...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: :thinking: there were two separate issues here. The pai...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: Ah I see, there are two issues. I'm okay with keeping t...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: @jjerphan to help understand the nature of the failures...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: > @jjerphan to help understand the nature of the failur...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24131
[ "Build / CI" ]
⚠️ CI failed on Linux.ubuntu_atlas ⚠️ **CI is still failing on [Linux.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=46059&view=logs&j=0a287ed6-22f4-5cb4-88b1-d5fcdc4d8b7e)** (Aug 30, 2022) - Test Collection Failure COMMENT: Closing since #24198 has been merged it should not happ...
24,131
https://github.com/scikit-learn/scikit-learn/issues/24127
[ "Bug", "Documentation" ]
The documentation search is broken. ### Describe the issue linked to the documentation When searching for methods, it gives an empty page in response to any request ### Suggest a potential alternative/fix _No response_ COMMENT: Thank you for the bug report. I am working on a fix in #24128.
24,127
https://github.com/scikit-learn/scikit-learn/issues/24127
[ "Bug", "Documentation" ]
The documentation search is broken. ### Describe the issue linked to the documentation When searching for methods, it gives an empty page in response to any request ### Suggest a potential alternative/fix _No response_ COMMENT: The documentation search is broken again for a few days (as far as I can tell).
24,127
https://github.com/scikit-learn/scikit-learn/issues/24127
[ "Bug", "Documentation" ]
The documentation search is broken. ### Describe the issue linked to the documentation When searching for methods, it gives an empty page in response to any request ### Suggest a potential alternative/fix _No response_ COMMENT: Thanks for the report, this will likely be fixed by https://github.com/scikit-learn/sci...
24,127
https://github.com/scikit-learn/scikit-learn/issues/24124
[ "module:ensemble", "Needs Investigation" ]
RandomForestClassifier RAM memory increase on newer versions ### Describe the bug I tested the performance of my program on different sklearn versions. I found that the program uses more memory when sklearn is on the latest version compared to older versions. ```shell 1.0.1 1449MB 0.24.2 1338MB 0.23.2 144...
24,124
https://github.com/scikit-learn/scikit-learn/issues/24124
[ "module:ensemble", "Needs Investigation" ]
RandomForestClassifier RAM memory increase on newer versions ### Describe the bug I tested the performance of my program on different sklearn versions. I found that the program uses more memory when sklearn is on the latest version compared to older versions. ```shell 1.0.1 1449MB 0.24.2 1338MB 0.23.2 144...
24,124
https://github.com/scikit-learn/scikit-learn/issues/24124
[ "module:ensemble", "Needs Investigation" ]
RandomForestClassifier RAM memory increase on newer versions ### Describe the bug I tested the performance of my program on different sklearn versions. I found that the program uses more memory when sklearn is on the latest version compared to older versions. ```shell 1.0.1 1449MB 0.24.2 1338MB 0.23.2 144...
24,124
https://github.com/scikit-learn/scikit-learn/issues/24124
[ "module:ensemble", "Needs Investigation" ]
RandomForestClassifier RAM memory increase on newer versions ### Describe the bug I tested the performance of my program on different sklearn versions. I found that the program uses more memory when sklearn is on the latest version compared to older versions. ```shell 1.0.1 1449MB 0.24.2 1338MB 0.23.2 144...
24,124
https://github.com/scikit-learn/scikit-learn/issues/24124
[ "module:ensemble", "Needs Investigation" ]
RandomForestClassifier RAM memory increase on newer versions ### Describe the bug I tested the performance of my program on different sklearn versions. I found that the program uses more memory when sklearn is on the latest version compared to older versions. ```shell 1.0.1 1449MB 0.24.2 1338MB 0.23.2 144...
24,124
https://github.com/scikit-learn/scikit-learn/issues/24113
[ "Bug", "Needs Triage" ]
Installation fails on MacOS 10.11 El Capitan with Python 3.10 ### Describe the bug There is a **scikit_learn-1.1.1-cp310-cp310-macosx_10_13_x86_64.whl** Wheel available on PyPi, but nothing compatible with earlier versions of MacOS running Python 3.10 As a result, pip attempts to compile from source. This fails as...
24,113
https://github.com/scikit-learn/scikit-learn/issues/24107
[ "Bug", "module:gaussian_process", "Needs Investigation" ]
Gaussian Process regression get_params set_params does not yield same predictor? ### Describe the bug This is on version 1.1.1 I *think* the example below is the correct way of setting GPR params saved from a previous .fit() tuning via the optimizer. Reading through the code I don't yet understand why the parame...
24,107
https://github.com/scikit-learn/scikit-learn/issues/24107
[ "Bug", "module:gaussian_process", "Needs Investigation" ]
Gaussian Process regression get_params set_params does not yield same predictor? ### Describe the bug This is on version 1.1.1 I *think* the example below is the correct way of setting GPR params saved from a previous .fit() tuning via the optimizer. Reading through the code I don't yet understand why the parame...
24,107
https://github.com/scikit-learn/scikit-learn/issues/24107
[ "Bug", "module:gaussian_process", "Needs Investigation" ]
Gaussian Process regression get_params set_params does not yield same predictor? ### Describe the bug This is on version 1.1.1 I *think* the example below is the correct way of setting GPR params saved from a previous .fit() tuning via the optimizer. Reading through the code I don't yet understand why the parame...
24,107
https://github.com/scikit-learn/scikit-learn/issues/24107
[ "Bug", "module:gaussian_process", "Needs Investigation" ]
Gaussian Process regression get_params set_params does not yield same predictor? ### Describe the bug This is on version 1.1.1 I *think* the example below is the correct way of setting GPR params saved from a previous .fit() tuning via the optimizer. Reading through the code I don't yet understand why the parame...
24,107
https://github.com/scikit-learn/scikit-learn/issues/24107
[ "Bug", "module:gaussian_process", "Needs Investigation" ]
Gaussian Process regression get_params set_params does not yield same predictor? ### Describe the bug This is on version 1.1.1 I *think* the example below is the correct way of setting GPR params saved from a previous .fit() tuning via the optimizer. Reading through the code I don't yet understand why the parame...
24,107
https://github.com/scikit-learn/scikit-learn/issues/24107
[ "Bug", "module:gaussian_process", "Needs Investigation" ]
Gaussian Process regression get_params set_params does not yield same predictor? ### Describe the bug This is on version 1.1.1 I *think* the example below is the correct way of setting GPR params saved from a previous .fit() tuning via the optimizer. Reading through the code I don't yet understand why the parame...
24,107
https://github.com/scikit-learn/scikit-learn/issues/24105
[ "Needs Triage" ]
⚠️ CI failed on Wheel builder ⚠️ **CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/2801198918)** (Aug 05, 2022) COMMENT: For the failing test `SpectralEmbedding()-check_pipeline_consistency`, it looks like the columns are flipped: ``` E AssertionError: ...
24,105
https://github.com/scikit-learn/scikit-learn/issues/24105
[ "Needs Triage" ]
⚠️ CI failed on Wheel builder ⚠️ **CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/2801198918)** (Aug 05, 2022) COMMENT: Uhm. Could we have a non-deterministic change of components or something like that.
24,105
https://github.com/scikit-learn/scikit-learn/issues/24105
[ "Needs Triage" ]
⚠️ CI failed on Wheel builder ⚠️ **CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/2801198918)** (Aug 05, 2022) COMMENT: ## CI is no longer failing! ✅ [Successful run](https://github.com/scikit-learn/scikit-learn/actions/runs/2807530133) on Aug 06, 2022
24,105
https://github.com/scikit-learn/scikit-learn/issues/24102
[ "Needs Triage" ]
Pb in example for spectral coclustering I think there is a missing final transposition missing in the example demo for spectral coclustering here : https://scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html It should be : ``` fit_data = data[np.argsort(model.row_labels_)] fit_...
24,102