-
Is there a way `CalibratedClassifierCV` can be supported if it is used to wrap any of the supported models by shap? I get an error anytime I try to use it. It would be great if someone knows a workaro…
-
### Environment
- **Qiskit version**: 0.43.0
- **Python version**: 3.10.12
- **Operating system**: MacOS Ventura 13.5.1
### What is happening?
The code is working on colab with the same version…
-
I am running the Python example provided at https://github.com/fabsig/GPBoost/blob/master/examples/python-guide/GPBoost_algorithm_blog_post_example.py
It raises an error shown below.
Is there a…
-
Running `ruff .` gives a weird warning, see below:
binaries/xgboost/sklearn.py:133:15: S608 Possible SQL injection vector through string-based query construction: "f\"\\n max_depth : Optional[i…
-
My code currently looks like this:
```python
xgb.train(
params=dict(
objective="binary:logistic",
eval_metric="auc",
tree_method="exact",
learning_rate=0.02,…
-
Need to make Dask tests less flaky and ideally remove all randomness from them.
Log from one of failed job:
```
2021-01-24T00:16:23.5034764Z ============================= test session starts ======…
-
Should set rsm to NULL when task_type = 'GPU', referenced thread:
[ Error: rsm on GPU is supported for pairwise modes only #983 ](https://github.com/catboost/catboost/issues/983l)
On my machine with…
-
Trying to instantiate Explainer and reproduce the following code at [https://github.com/slundberg/shap/blob/master/notebooks/text_examples/sentiment_analysis/Emotion%20Data%20Multiclass%20Text%20Expl…
-
Hello H2O community!
There are many new changes in the H2O ecosystem, and we are working furiously to publish and share these with the community.
In this context, we are preparing a new H2O rele…
-