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/25413
[ "API", "Needs Decision", "module:tree" ]
[Refactor Request Tree] Make sorting and splitting utility functions cimportable by including them in the pxd files Hi, I was wondering if it is possible to define the relevant splitter utility functions in the `.pxd` file so that it is cimportable from 3rd party applications? ## Motivation 3rd party applicatio...
25,413
https://github.com/scikit-learn/scikit-learn/issues/25413
[ "API", "Needs Decision", "module:tree" ]
[Refactor Request Tree] Make sorting and splitting utility functions cimportable by including them in the pxd files Hi, I was wondering if it is possible to define the relevant splitter utility functions in the `.pxd` file so that it is cimportable from 3rd party applications? ## Motivation 3rd party applicatio...
25,413
https://github.com/scikit-learn/scikit-learn/issues/25412
[ "New Feature", "module:preprocessing" ]
InteractionTransformer ### Describe the workflow you want to enable The latest 1.2 release is full of great features, e.g., full column name support. This brings me to one of my most desired features regarding building strong and realistic linear models: Interactions! It is currently very hard to add interaction...
25,412
https://github.com/scikit-learn/scikit-learn/issues/25412
[ "New Feature", "module:preprocessing" ]
InteractionTransformer ### Describe the workflow you want to enable The latest 1.2 release is full of great features, e.g., full column name support. This brings me to one of my most desired features regarding building strong and realistic linear models: Interactions! It is currently very hard to add interaction...
25,412
https://github.com/scikit-learn/scikit-learn/issues/25412
[ "New Feature", "module:preprocessing" ]
InteractionTransformer ### Describe the workflow you want to enable The latest 1.2 release is full of great features, e.g., full column name support. This brings me to one of my most desired features regarding building strong and realistic linear models: Interactions! It is currently very hard to add interaction...
25,412
https://github.com/scikit-learn/scikit-learn/issues/25409
[ "Documentation", "module:feature_extraction" ]
correct and reasonable new example to replace the old one https://github.com/scikit-learn/scikit-learn/blob/98cf537f5c538fdbc9d27b851cf03ce7611b8a48/sklearn/feature_extraction/image.py#L496 The problem of the old example is that it did not consider the "n_samples" dimension of the function `from sklearn.feature_ext...
25,409
https://github.com/scikit-learn/scikit-learn/issues/25405
[ "New Feature", "Needs Triage" ]
Feature request: for GridSearchCV and RandomizedSearchCV, add a kwarg for a preprocessing step after CV splits have been made ### Describe the workflow you want to enable See solution ### Describe your proposed solution Add a new kwarg to cross-validators such as GridSearchCV and RandomizedSearchCV that allows you ...
25,405
https://github.com/scikit-learn/scikit-learn/issues/25403
[ "Bug", "Needs Triage" ]
test_spectral_embedding_two_components[float32-lobpcg] fails with scipy 1.10 ### Describe the bug On openSUSE Tumbleweed, when updating scipy to 1.10.0, a test starts to fail when packaging scikit-learn. ### Steps/Code to Reproduce ``` docker pull opensuse/tumbleweed docker run -it --name tumbleweed-sklearn opens...
25,403
https://github.com/scikit-learn/scikit-learn/issues/25403
[ "Bug", "Needs Triage" ]
test_spectral_embedding_two_components[float32-lobpcg] fails with scipy 1.10 ### Describe the bug On openSUSE Tumbleweed, when updating scipy to 1.10.0, a test starts to fail when packaging scikit-learn. ### Steps/Code to Reproduce ``` docker pull opensuse/tumbleweed docker run -it --name tumbleweed-sklearn opens...
25,403
https://github.com/scikit-learn/scikit-learn/issues/25401
[ "Bug" ]
PartialDependence categorical not working with missings ### Describe the bug Since version 1.2, the partial dependence plot can deal with categorical features - fantastic! We encountered a small but annoying issue when there are missing values in the categoricals: - Missing values in numeric features are handled...
25,401
https://github.com/scikit-learn/scikit-learn/issues/25401
[ "Bug" ]
PartialDependence categorical not working with missings ### Describe the bug Since version 1.2, the partial dependence plot can deal with categorical features - fantastic! We encountered a small but annoying issue when there are missing values in the categoricals: - Missing values in numeric features are handled...
25,401
https://github.com/scikit-learn/scikit-learn/issues/25401
[ "Bug" ]
PartialDependence categorical not working with missings ### Describe the bug Since version 1.2, the partial dependence plot can deal with categorical features - fantastic! We encountered a small but annoying issue when there are missing values in the categoricals: - Missing values in numeric features are handled...
25,401
https://github.com/scikit-learn/scikit-learn/issues/25401
[ "Bug" ]
PartialDependence categorical not working with missings ### Describe the bug Since version 1.2, the partial dependence plot can deal with categorical features - fantastic! We encountered a small but annoying issue when there are missing values in the categoricals: - Missing values in numeric features are handled...
25,401
https://github.com/scikit-learn/scikit-learn/issues/25401
[ "Bug" ]
PartialDependence categorical not working with missings ### Describe the bug Since version 1.2, the partial dependence plot can deal with categorical features - fantastic! We encountered a small but annoying issue when there are missing values in the categoricals: - Missing values in numeric features are handled...
25,401
https://github.com/scikit-learn/scikit-learn/issues/25401
[ "Bug" ]
PartialDependence categorical not working with missings ### Describe the bug Since version 1.2, the partial dependence plot can deal with categorical features - fantastic! We encountered a small but annoying issue when there are missing values in the categoricals: - Missing values in numeric features are handled...
25,401
https://github.com/scikit-learn/scikit-learn/issues/25401
[ "Bug" ]
PartialDependence categorical not working with missings ### Describe the bug Since version 1.2, the partial dependence plot can deal with categorical features - fantastic! We encountered a small but annoying issue when there are missing values in the categoricals: - Missing values in numeric features are handled...
25,401
https://github.com/scikit-learn/scikit-learn/issues/25400
[ "New Feature", "Needs Triage" ]
OrdinalEncoder with option to mention the start index ### Describe the workflow you want to enable Hi, Can OrdinalEncoder be provided with an argument to decide what index to start encoding on ### Describe your proposed solution For example ``` import numpy as np from sklearn.preprocessing import OrdinalEn...
25,400
https://github.com/scikit-learn/scikit-learn/issues/25400
[ "New Feature", "Needs Triage" ]
OrdinalEncoder with option to mention the start index ### Describe the workflow you want to enable Hi, Can OrdinalEncoder be provided with an argument to decide what index to start encoding on ### Describe your proposed solution For example ``` import numpy as np from sklearn.preprocessing import OrdinalEn...
25,400
https://github.com/scikit-learn/scikit-learn/issues/25400
[ "New Feature", "Needs Triage" ]
OrdinalEncoder with option to mention the start index ### Describe the workflow you want to enable Hi, Can OrdinalEncoder be provided with an argument to decide what index to start encoding on ### Describe your proposed solution For example ``` import numpy as np from sklearn.preprocessing import OrdinalEn...
25,400
https://github.com/scikit-learn/scikit-learn/issues/25400
[ "New Feature", "Needs Triage" ]
OrdinalEncoder with option to mention the start index ### Describe the workflow you want to enable Hi, Can OrdinalEncoder be provided with an argument to decide what index to start encoding on ### Describe your proposed solution For example ``` import numpy as np from sklearn.preprocessing import OrdinalEn...
25,400
https://github.com/scikit-learn/scikit-learn/issues/25399
[ "Bug", "Needs Triage" ]
RandomForestClassifier allows float max_samples greater than 1 without raising exception ### Describe the bug When using the RandomForestClassifier from scikit-learn, the model allows passing float values greater than 1 for the max_samples parameter without raising an exception, which is unexpected. I expected the co...
25,399
https://github.com/scikit-learn/scikit-learn/issues/25397
[ "Bug", "Needs Reproducible Code" ]
error: 'i' format requires -2147483648 <= number <= 2147483647 ### Describe the bug ```python from sklearn.ensemble import RandomForestClassifier from sklearn.multioutput import MultiOutputClassifier from sklearn.model_selection import train_test_split from sklearn import preprocessing from sklearn import ut...
25,397
https://github.com/scikit-learn/scikit-learn/issues/25397
[ "Bug", "Needs Reproducible Code" ]
error: 'i' format requires -2147483648 <= number <= 2147483647 ### Describe the bug ```python from sklearn.ensemble import RandomForestClassifier from sklearn.multioutput import MultiOutputClassifier from sklearn.model_selection import train_test_split from sklearn import preprocessing from sklearn import ut...
25,397
https://github.com/scikit-learn/scikit-learn/issues/25397
[ "Bug", "Needs Reproducible Code" ]
error: 'i' format requires -2147483648 <= number <= 2147483647 ### Describe the bug ```python from sklearn.ensemble import RandomForestClassifier from sklearn.multioutput import MultiOutputClassifier from sklearn.model_selection import train_test_split from sklearn import preprocessing from sklearn import ut...
25,397
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25395
[ "Documentation" ]
Initializing new random instances for each estimator instead of passing around the same one ### Describe the issue linked to the documentation After reading the detailed and helpful section on ["Controlling randomness"](https://scikit-learn.org/stable/common_pitfalls.html#controlling-randomness), my understanding i...
25,395
https://github.com/scikit-learn/scikit-learn/issues/25389
[ "Needs Triage" ]
ValueError: Number of features of the input must be equal to or greater than that of the fitted transformer. Transformer n_features is 5 and input n_features is 4. i am making an machine learning model for a house price prediction project and when i click on predict price it shows ValueError: Number of features of th...
25,389
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25380
[ "Bug", "help wanted", "Hard" ]
SVC and OneClassSVM fails to fit or have wrong fitted attributes with null sample weights ### Describe the bug *SVC().fit(X, y, w)* fails when the targets *y* are multiclass and the sample_weights *w* zero out one of the classes. * Dense *X* produces incorrect arrays for *support_*, *n_support_*, and *dual_coef_* at...
25,380
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25365
[ "Bug", "Pandas compatibility" ]
sklearn.set_config(transform_output="pandas") breaks TSNE embeddings ### Describe the bug TSNE doesn't work when the [global config is changed to pandas.](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep018/proposal.html#global-configuration) I tracked down this bug in the sklearn codebas...
25,365
https://github.com/scikit-learn/scikit-learn/issues/25364
[ "Bug", "module:neighbors" ]
Specifying 'cosine' as metric in KDTree throws error ### Describe the bug I am trying to implement the `KDTree Algorithm` with `cosine` as a distance metric. I first started with [scipy's implementation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html), but it didn't support `cosine` ...
25,364
https://github.com/scikit-learn/scikit-learn/issues/25364
[ "Bug", "module:neighbors" ]
Specifying 'cosine' as metric in KDTree throws error ### Describe the bug I am trying to implement the `KDTree Algorithm` with `cosine` as a distance metric. I first started with [scipy's implementation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html), but it didn't support `cosine` ...
25,364
https://github.com/scikit-learn/scikit-learn/issues/25364
[ "Bug", "module:neighbors" ]
Specifying 'cosine' as metric in KDTree throws error ### Describe the bug I am trying to implement the `KDTree Algorithm` with `cosine` as a distance metric. I first started with [scipy's implementation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html), but it didn't support `cosine` ...
25,364
https://github.com/scikit-learn/scikit-learn/issues/25364
[ "Bug", "module:neighbors" ]
Specifying 'cosine' as metric in KDTree throws error ### Describe the bug I am trying to implement the `KDTree Algorithm` with `cosine` as a distance metric. I first started with [scipy's implementation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html), but it didn't support `cosine` ...
25,364
https://github.com/scikit-learn/scikit-learn/issues/25364
[ "Bug", "module:neighbors" ]
Specifying 'cosine' as metric in KDTree throws error ### Describe the bug I am trying to implement the `KDTree Algorithm` with `cosine` as a distance metric. I first started with [scipy's implementation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html), but it didn't support `cosine` ...
25,364
https://github.com/scikit-learn/scikit-learn/issues/25364
[ "Bug", "module:neighbors" ]
Specifying 'cosine' as metric in KDTree throws error ### Describe the bug I am trying to implement the `KDTree Algorithm` with `cosine` as a distance metric. I first started with [scipy's implementation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html), but it didn't support `cosine` ...
25,364
https://github.com/scikit-learn/scikit-learn/issues/25351
[ "Documentation" ]
Missing visualization tool - sklearn-evaluation ### Describe the issue linked to the documentation [This issue](https://github.com/scikit-learn/scikit-learn/pull/17112) was closed a while ago, removing some unmaintained tools. One of them was a tool to allow out-of-the-box visualizations. My suggestion is to add...
25,351
https://github.com/scikit-learn/scikit-learn/issues/25351
[ "Documentation" ]
Missing visualization tool - sklearn-evaluation ### Describe the issue linked to the documentation [This issue](https://github.com/scikit-learn/scikit-learn/pull/17112) was closed a while ago, removing some unmaintained tools. One of them was a tool to allow out-of-the-box visualizations. My suggestion is to add...
25,351
https://github.com/scikit-learn/scikit-learn/issues/25351
[ "Documentation" ]
Missing visualization tool - sklearn-evaluation ### Describe the issue linked to the documentation [This issue](https://github.com/scikit-learn/scikit-learn/pull/17112) was closed a while ago, removing some unmaintained tools. One of them was a tool to allow out-of-the-box visualizations. My suggestion is to add...
25,351
https://github.com/scikit-learn/scikit-learn/issues/25351
[ "Documentation" ]
Missing visualization tool - sklearn-evaluation ### Describe the issue linked to the documentation [This issue](https://github.com/scikit-learn/scikit-learn/pull/17112) was closed a while ago, removing some unmaintained tools. One of them was a tool to allow out-of-the-box visualizations. My suggestion is to add...
25,351
https://github.com/scikit-learn/scikit-learn/issues/25351
[ "Documentation" ]
Missing visualization tool - sklearn-evaluation ### Describe the issue linked to the documentation [This issue](https://github.com/scikit-learn/scikit-learn/pull/17112) was closed a while ago, removing some unmaintained tools. One of them was a tool to allow out-of-the-box visualizations. My suggestion is to add...
25,351
https://github.com/scikit-learn/scikit-learn/issues/25343
[ "Documentation", "Needs Triage" ]
Typo in contributing docs ### Describe the issue linked to the documentation In a previous PR when `master` was changed to `main`, it also changed the word `master in` following line: https://github.com/scikit-learn/scikit-learn/blame/e1ec3f99a3a91823d5923b8e894b8b8792206aab/doc/developers/contributing.rst#L1415...
25,343
https://github.com/scikit-learn/scikit-learn/issues/25336
[ "Bug", "Needs Triage" ]
sklearn.neighbors.KernelDensity bandwith estimation with "scott" or "silverman" is showing TypeError ### Describe the bug I am not able to use bandwith estimation techniques "scott" and "silverman" in KernelDensity estimation in sklearn.neighbors as shown in the documentation. It is throwing TypeError. It works only...
25,336
https://github.com/scikit-learn/scikit-learn/issues/25333
[ "Bug", "module:ensemble", "module:tree" ]
Read only buffer in cross_val_score with sparse matrix. ### Describe the bug When calling `cross_val_score` with a sparse data matrix `X` and a `RandomForestClassifier` with `n_jobs=-1`, there is a weird interaction with joblib and memmapping that makes the buffer from `X` read-only, breaking the cython code for the ...
25,333
https://github.com/scikit-learn/scikit-learn/issues/25333
[ "Bug", "module:ensemble", "module:tree" ]
Read only buffer in cross_val_score with sparse matrix. ### Describe the bug When calling `cross_val_score` with a sparse data matrix `X` and a `RandomForestClassifier` with `n_jobs=-1`, there is a weird interaction with joblib and memmapping that makes the buffer from `X` read-only, breaking the cython code for the ...
25,333
https://github.com/scikit-learn/scikit-learn/issues/25333
[ "Bug", "module:ensemble", "module:tree" ]
Read only buffer in cross_val_score with sparse matrix. ### Describe the bug When calling `cross_val_score` with a sparse data matrix `X` and a `RandomForestClassifier` with `n_jobs=-1`, there is a weird interaction with joblib and memmapping that makes the buffer from `X` read-only, breaking the cython code for the ...
25,333
https://github.com/scikit-learn/scikit-learn/issues/25328
[ "Bug", "Needs Triage" ]
Gridsearch return nan as score value ### Describe the bug I'm trying to train random forest regressor and Greadsearchcv in JupyterLab. Whenever I tried to tune the model, it return NaN as the scoring result. > In Google Colab, the score value was returned. When I set `error_score='raise'`, I have the following...
25,328
https://github.com/scikit-learn/scikit-learn/issues/25322
[ "Build / CI" ]
Increase minimum Cython version to 0.29.33 Require minimum Cython version >= 0.29.33 as from this version on Cython supports `const` fused types with memory views, see release notes https://cython.readthedocs.io/en/latest/src/changes.html#id30 and the related issue #10624. COMMENT: I am highly favorable of requiring ...
25,322
https://github.com/scikit-learn/scikit-learn/issues/25322
[ "Build / CI" ]
Increase minimum Cython version to 0.29.33 Require minimum Cython version >= 0.29.33 as from this version on Cython supports `const` fused types with memory views, see release notes https://cython.readthedocs.io/en/latest/src/changes.html#id30 and the related issue #10624. COMMENT: I am +1 on setting the minimum vers...
25,322
https://github.com/scikit-learn/scikit-learn/issues/25322
[ "Build / CI" ]
Increase minimum Cython version to 0.29.33 Require minimum Cython version >= 0.29.33 as from this version on Cython supports `const` fused types with memory views, see release notes https://cython.readthedocs.io/en/latest/src/changes.html#id30 and the related issue #10624. COMMENT: https://github.com/scikit-learn/sci...
25,322
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25319
[ "Bug", "module:neighbors" ]
KNeighborsRegressor with metric="nan_euclidean" does not actually support NaN values ### Describe the bug [KNeighborsRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html) claims to support [these distance metrics](https://scikit-learn.org/stable/modules/generated/skl...
25,319
https://github.com/scikit-learn/scikit-learn/issues/25311
[ "Bug" ]
Inconsistency between liac-arff and pandas parser in fetch_openml From https://github.com/fairlearn/fairlearn/pull/1166, we have an inconsistency between liac-arff and pandas parser. From the ARFF specs, the leading whitespaces are ignored if not between quotes. The pandas `read_csv` will include this space by defa...
25,311
https://github.com/scikit-learn/scikit-learn/issues/25310
[ "Needs Triage" ]
⚠️ CI failed on Wheel builder ⚠️ **CI is still failing on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/3889482380)** (Jan 11, 2023) COMMENT: Apparently, it should be linked with https://github.com/scikit-learn/scikit-learn/pull/25062 where we start to raise an error if the `ConvergenceWar...
25,310
https://github.com/scikit-learn/scikit-learn/issues/25301
[ "Bug", "Needs Triage" ]
Bisecting Kmeans predict and transform.argmin do not give same results ### Describe the bug The bisecting KMeans algorithm does not give the same result when using `.predict(X)` and `.transform(X).argmin(1)`. I'm not sure what the desired output would be, and whether they should be equal. This, however, does go...
25,301
https://github.com/scikit-learn/scikit-learn/issues/25301
[ "Bug", "Needs Triage" ]
Bisecting Kmeans predict and transform.argmin do not give same results ### Describe the bug The bisecting KMeans algorithm does not give the same result when using `.predict(X)` and `.transform(X).argmin(1)`. I'm not sure what the desired output would be, and whether they should be equal. This, however, does go...
25,301
https://github.com/scikit-learn/scikit-learn/issues/25298
[ "Bug", "Needs Triage" ]
RMSE using mean_squared_error does not return the correct value ### Describe the bug The RMSE value obtained from mean_squared_error function with the squared parameter set to false return a different value compared to manually root the MSE obtained by the same function ### Steps/Code to Reproduce ```shell f...
25,298
https://github.com/scikit-learn/scikit-learn/issues/25298
[ "Bug", "Needs Triage" ]
RMSE using mean_squared_error does not return the correct value ### Describe the bug The RMSE value obtained from mean_squared_error function with the squared parameter set to false return a different value compared to manually root the MSE obtained by the same function ### Steps/Code to Reproduce ```shell f...
25,298
https://github.com/scikit-learn/scikit-learn/issues/25298
[ "Bug", "Needs Triage" ]
RMSE using mean_squared_error does not return the correct value ### Describe the bug The RMSE value obtained from mean_squared_error function with the squared parameter set to false return a different value compared to manually root the MSE obtained by the same function ### Steps/Code to Reproduce ```shell f...
25,298
https://github.com/scikit-learn/scikit-learn/issues/25293
[ "Bug" ]
_SetOutputMixin changes default order of inheritance ### Describe the bug Inheriting from `TransformerMixin` now implicitly adds the wrapped `transform` method of superclass to subclasses and as a consequence can change the order in which multiple inheritance is resolved. This is caused by the `_SetOutputMixin.__in...
25,293
https://github.com/scikit-learn/scikit-learn/issues/25293
[ "Bug" ]
_SetOutputMixin changes default order of inheritance ### Describe the bug Inheriting from `TransformerMixin` now implicitly adds the wrapped `transform` method of superclass to subclasses and as a consequence can change the order in which multiple inheritance is resolved. This is caused by the `_SetOutputMixin.__in...
25,293
https://github.com/scikit-learn/scikit-learn/issues/25292
[ "Bug", "module:preprocessing" ]
get_feature_names_out not working on periodic SplineTransformers ### Describe the bug When using a SplineTransformer with argument `extrapolation="periodic"` there seems to be a disagreement with the number of columns of the transformed features and the names returned by `get_feature_names_out` ### Steps/Code to Rep...
25,292
https://github.com/scikit-learn/scikit-learn/issues/25292
[ "Bug", "module:preprocessing" ]
get_feature_names_out not working on periodic SplineTransformers ### Describe the bug When using a SplineTransformer with argument `extrapolation="periodic"` there seems to be a disagreement with the number of columns of the transformed features and the names returned by `get_feature_names_out` ### Steps/Code to Rep...
25,292
https://github.com/scikit-learn/scikit-learn/issues/25287
[ "Documentation" ]
`transform_output` set in `config_context` not preserved in the Transformer object? ### Describe the bug This is related to: https://github.com/scikit-learn/scikit-learn/pull/23734 (btw I love this enhancement!), when `config_context` is used the Transformers created within the context do not register/memoize the t...
25,287
https://github.com/scikit-learn/scikit-learn/issues/25287
[ "Documentation" ]
`transform_output` set in `config_context` not preserved in the Transformer object? ### Describe the bug This is related to: https://github.com/scikit-learn/scikit-learn/pull/23734 (btw I love this enhancement!), when `config_context` is used the Transformers created within the context do not register/memoize the t...
25,287
https://github.com/scikit-learn/scikit-learn/issues/25287
[ "Documentation" ]
`transform_output` set in `config_context` not preserved in the Transformer object? ### Describe the bug This is related to: https://github.com/scikit-learn/scikit-learn/pull/23734 (btw I love this enhancement!), when `config_context` is used the Transformers created within the context do not register/memoize the t...
25,287
https://github.com/scikit-learn/scikit-learn/issues/25287
[ "Documentation" ]
`transform_output` set in `config_context` not preserved in the Transformer object? ### Describe the bug This is related to: https://github.com/scikit-learn/scikit-learn/pull/23734 (btw I love this enhancement!), when `config_context` is used the Transformers created within the context do not register/memoize the t...
25,287
https://github.com/scikit-learn/scikit-learn/issues/25287
[ "Documentation" ]
`transform_output` set in `config_context` not preserved in the Transformer object? ### Describe the bug This is related to: https://github.com/scikit-learn/scikit-learn/pull/23734 (btw I love this enhancement!), when `config_context` is used the Transformers created within the context do not register/memoize the t...
25,287
https://github.com/scikit-learn/scikit-learn/issues/25273
[ "Regression" ]
__sklearn_pickle_version__ makes estimator.__dict__.keys() == loaded.__dict__.keys() to fail Since https://github.com/scikit-learn/scikit-learn/pull/22094, this fails: ```py est = <AnySklearnEstimator> dict_before = est.__dict__.keys() loaded = pickle.loads(pickle.dumps(est)) dict_after = loaded.__dict__.keys()...
25,273
https://github.com/scikit-learn/scikit-learn/issues/25273
[ "Regression" ]
__sklearn_pickle_version__ makes estimator.__dict__.keys() == loaded.__dict__.keys() to fail Since https://github.com/scikit-learn/scikit-learn/pull/22094, this fails: ```py est = <AnySklearnEstimator> dict_before = est.__dict__.keys() loaded = pickle.loads(pickle.dumps(est)) dict_after = loaded.__dict__.keys()...
25,273