-
Is there any way to install this package without including xgboost?
Your code would be very useful for us, but due to the C++ compiler on our R server we cannot install the xgboost library which is…
-
### Describe the bug
In R, when I set the learner to "regr.xgboost", I get the following error:
Error in y[] packageVersion('DoubleML')
[1] ‘1.0.1’
> packageVersion('mlr3')
[1] ‘0.22.1’
> pac…
-
```
[ Info: Training machine(XGBoostClassifier(test = 1, …), …).
[ Info: XGBoost: starting training.
┌ Warning: [04:42:46] WARNING: [/workspace/srcdir/xgboost/src/common/error_msg.cc:27](https://ji…
-
I am trying to XGBRegressor() in BoostAGroota(), but I get an error from Shap that there is a difference between shap values, and recommends to use `check_additivity=False` is the difference is accept…
-
This is a new IPUMS-motivated feature. We would like to integrate the [XGBoost](https://xgboost.readthedocs.io/en/latest/index.html) library into hlink so that you can use it like any of the other ML …
-
Here's a minimum dockerfile to reproduce the error:
```Dockerfile
FROM python:3.11.9-slim-bookworm
RUN apt-get update \
&& apt-get install -y git build-essential cmake --no-install-recommen…
-
# xgboost调参 | EXPANSE
参考 https://www.cnblogs.com/Allen-rg/p/9266605.html https://xgboost.readthedocs.io/en/latest/python/python_api.html https://blog.csdn.net/zc02051126/article/details/46711047 http…
-
Using snowflake-ml-python==1.4.0 requires us to use XGBoost
-
This is the same issue as https://github.com/rapidsai/dask-cuda/issues/1408 . Cross-posting here as it's more related to cuDF instead of `dask-cuda`.
The following snippet works with `DASK_DATAFRAME_…
-
### Describe the bug
xgboost = 2.1.1
wandb = 0.17.9
The callback works with xgboost.train but when using xgboost.cv I get the following error.
bst = xgb.cv(
params,
dtrain,…