-
(I got help from a google translator. If there is any expression that looks rude, I apologize in advance.)
First of all, thank you for making a great library!
I tried to visualize XGBoost classi…
-
Hello,
I'm working on Mac catalina. I have followed the instructions but when I try to run the test example using:
`python script/runXGB.py test/1e66_wat/1e66_protein.pdb test/1e66_wat/1e66_liga…
-
leaves does not support the sklearn xgboost model ?
I use the below python code to train one xgboost model, meet error when use the below API to load this model in go code
leaves.XGEnsembleFromFile…
-
Hi @slundberg,
I have realized that when I train an XGBoost with the parameter **'tree_method': 'hist'** set, the **TreeExplainer.shap_values()** function fails with the error: **Exception: Additiv…
-
Window shows up for a moment then immediately crashes:
```
gdlv debug github.com/jezek/xgb/xgbgen -- --package xkb --gofmt=false --proto-path ./xml/src ./xml/src/xkb.xml
panic: runtime error: ind…
-
Currently the xgb script is run as root from systemd. Running this a separate user would be safer. Check if this is possible and if so change the install script
-
XGBoost raises a `ValueError` when trying to train a model with a Polars dataframe with categorical data.
```python
import polars as pl
import xgboost as xgb
X = pl.DataFrame({
'num1': [1…
-
how to describe xgb parameters inlcude booster subparameters using space.py,
mycode
```
{
"min_child_weight": choco.uniform(0, 20),
"n_estimators": choco.quantized_un…
-
I am getting the following exception while taking a screenshot on Ubuntu.
```
XGB: conn.go:47: Could not get authority info: open /var/go/.Xauthority: no such file or directory
XGB: conn.go:48: Try…
-
Hi team, I'm using hummingbird_ml==0.4.3 and xgboost==1.5.2, and testing on XGBRegressor with objective reg:tweedie predictions.
```
import xgboost as xgb
import pandas as pd
import hummingbird
…