-
When I am experimenting the batch transform for a sklearn model, I observe an error when there is only 1 row of data. I suppose the batch transform should also work in this scenario. But the error I s…
-
Traceback (most recent call last):
File "test_run.py", line 1, in
from GENIE3 import *
File "/mnt/f/SBX/GENIE3/GENIE3.py", line 1, in
from sklearn.tree.tree import BaseDecisionTree
…
-
setup.py 에 다음과 같이 추가하였는데 import 가 안되고
Allocating! 만 계속 나옵니다.
setup(name='PNS_SAMPLE',
version='1.0',
install_requires=['opencv-python', 'scikit-learn']
) ## install librarie…
-
@nirum would you be open to a PR refactoring the models in models.py to be scikit-learn compatible? or add them to a separate module?
-
### Issue Description
When you explain RandomForest models (and sometimes even GradientBoostingTrees with Sklearn) using TreeSHAP explainer, tree-shap script breaks.
I was assuming that this wa…
-
sklearn provides a lot of functionality, we could use to simplify our code.
Distance matrix calculation:
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
…
-
To accomodate users with less knowledge about ML, it might be a good idea to incorporate a wrapper for auto-sklearn, which automatically finds a good classification algorithm. It is a drop-in replacem…
-
**Describe the bug**
```
/home/shubi/.conda/envs/cn_client_pd_fix3/lib/python2.7/site-packages/sklearn/base.py:253: UserWarning: Trying to unpickle estimator LinearRegression from version pre-0.18 w…
-
Hi, I am trying to save my xgboost regression model as an onnx but I got the error as below:
**Unable to create node 'TreeEnsembleRegressor' with name='TreeEnsembleRegressor'.**
**My versions:**…
-
**Is your feature request related to a problem? Please describe.**
I would like to know if it is possible to upgrade `sklearn` to `0.25` or higher.
Because I got the warning when I use some metric:…