-
**Is your feature request related to a problem? Please describe.**
Honest sampling in forests was first outlined by Breiman et al. 1984 in Classification and Regression Forests, in which it was sug…
-
Is there any way to install and use sklearn in carnets?
-
### Describe the issue:
We have observed a significant performance degradation when running multiple concurrent Docker images, each executing a Python script that utilizes NumPy functions.
This is…
-
I'm looking into using dill as a key ingredient in generating consistent hashes of Python objects, especially scikit-learn Pipeline.
I would use it like this:
```
def compute_hash(x) -> str:
…
-
Hi
I am looking forward to testing this library. However, I am having issues with the installation of pyidw on Python 3.11.
Thanks
Anurag
```
python setup.py egg_info did not run successful…
-
### Reason/inspiration (optional)
We would like a new entry on the `Cross Decomposition` concept under Sklearn. The entry should go in a new file under `docs/content/sklearn/concepts/cross-decomposit…
-
### Reason/inspiration (optional)
We would like a new entry on the `Gaussian Processes` concept under Sklearn. The entry should go in a new file under `docs/content/sklearn/concepts/gaussian-processe…
-
The requirements.txt file lists `sklearn` as a dependency. This is deprecated, and intermittently raises an error on install (see https://github.com/scikit-learn/sklearn-pypi-package).
I've made a …
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
I get below error when i am trying to calculate performance metrics for a multi-class classification model.
ValueError: Target is multiclass but average='binary'. Please choose another average set…