-
Its my first time with eli5 and i have only problems...
Thanks to one issue here i could solve the first one, but now there is another
I fitted a XGboost regression (with GPU usage) and then tri…
-
```
R version 4.0.4 (2021-02-15) -- "Lost Library Book" -- x86_64-pc-linux-gnu
> library(xgboost) # 1.4.1.1 from CRAN
> example(xgb.config)
…
> jsonlite::fromJSON(config)$learner$gradient_booste…
-
When running the following code from Chapter 1, the error unused argument pops up
> xgb_param_tune = caret::train(
+ x = dtrain,
+ y = target,
+ trControl = xgb_tc,
+ tuneGrid = xgb_gri…
-
- **Operating System**: linux
- **Python Version**: 3.10.14
- **XGBoost Version**: 2.1.0
I am experiencing a segmentation fault with XGBoost 2.1.0 when trying to access feature importances in a m…
-
-
I'm using BayesSearchCV to optimise an XGBoost model to fit some data I have. While the model fits fine, I am puzzled by the scores provided in the diagnostic information and am unable to replicate th…
-
Hi!
I am cross-validating a multinomial classification model using early stopping and I observe that when I provide custom eval_metric it stops earlier.
See below a dummy example on iris, in which…
-
I have a program where I am trying to execute beep and sometimes I want to proceed to the next one before the first one is finished....when I do that (by calling the code to play the sound from a go r…
-
Hello, I'm studying your work recently, I have got the result of GCN+rf+knn+svm, then I add # to the last term "if __name__ ==" __main__ ":" of gcn_xgb_morgan.py, remove the # of "if __name__ ==" __ma…
-
通过以下文档安装了secretflow:
https://secretflow.readthedocs.io/zh_CN/latest/getting_started/installation.html#option-2-from-docker
安装的是https://hub.docker.com/layers/secretflow/secretflow-anolis8/0.7.7b1/i…