-
你好,我在复现UniKP时报错,提示scikit-learn版本错误,无法加载训练好的模型,请提供requirements中所用的sklearn等包的版本(还有依赖的scipy版本),谢谢
-
**Motivation: describe the problem to be solved**
I get a lot of errors `Too few unique values present in 'true_label', returning NaN as realized f1 score.` for binary classification. Selecting chu…
-
I am having problems using `KernelExplainer` with scikit-learn's `svm.SVR` regressor, and passing the `best_estimator_` to the explainer after `GridSearchCV`.
I've noticed other issues: i.e. [147](…
-
It's usual for imputation or data pre-processing packages in python to support the scikit-learn interface. The interface allows the library to be used in data pipelines and existing scikit-learn infra…
-
I am trying to install pip dependencies as follows, where hmmlearn is a .whl package I created using `chaquopy/server/pypi`. I only want the `options ("--extra-index-url", "/home/yxm/codes/iod/chaquop…
-
### Describe the workflow you want to enable
I want to be able to use multiple estimators in one pipeline. E.g.
```python
from sklearn.pipeline import Pipeline
from sklearn.linear_model impor…
-
Hi,
I am trying to create Kivy-ios app to be able to view and analyse a data set. I see that python-for-ios doesn't have recipes for pandas, scikit-learn, tensorflow and h5py so I will have to create…
-
Splitting from https://github.com/dask/scipy-tutorials-2018/issues/3
cc @amueller
> think the most interesting application might be parallelizing on a single machine, I'm not sure how well that …
-
**Describe the bug**
`cuml.preprocessing.LabelEncoder` handles `None` differently from scikit-learn. When `transform` `None` values given that `None` values are seen in `fit`, `cuml` either throws a…
-
### Description
I used joblib to speed up sklearn’s logistic regression, but didn’t actually get a performance.
When I use a documented case(https://docs.ray.io/en/latest/ray-more-libs/joblib.html…