-
I expect the above code to output a model with 100 trees in both cases. However, running this python script instead gives me:
model size before refresh 100
model size after refresh 10
Whi…
-
Use clang-tidy or another static analysis tool to increase the safety/reliability of our C++ codebase.
-
Hi eli5,
I'm looking at explain_prediction_xgboost but am unable to understand the mandatory arg **doc** stand for. Is it suppose to a X_test pandas DataFrame? I do not see it being mentioned in th…
-
Hi, I found a Python-version bug exactly the same as [this R-version bug](https://github.com/dmlc/xgboost/issues/9408).
Minimal code to reproduce is shown below,
```python
import pandas as pd
…
-
**Describe the bug**
When deploying a HuggingFace model with model data on disk, sagemaker SDK still tries to access the AWS API to determine the Sagemaker default bucket. I don't currently have ac…
-
Hi XGBoost!
I am from [Modin](https://github.com/modin-project/modin.git) team. Modin provides an efficient distributed DataFrames and has a [distributed implementation of XGBoost.](https://github.…
-
The h2o and xgboost seems are run by depth-wise with max_depth=10, while lightgbm is run by leaf-wise with max_leaves=1024.
As a result, the speed of lightgbm gpu is not comparable with xgboost and…
-
Building prefix dict from the default dictionary ...
Loading model from cache C:\Users\Lenovo\AppData\Local\Temp\jieba.cache
Loading model cost 0.906 seconds.
Prefix dict has been built succesfully…
-
Some examples/tutorials in the docs only use tuning, but no checkpointing, like here: https://docs.ray.io/en/master/tune/tutorials/tune-xgboost.html
We should make sure we include examples for savi…
-
XGBoostError:
XGBoost Library (xgboost.dll) could not be loaded.
Likely causes:
* OpenMP runtime is not installed
- vcomp140.dll or libgomp-1.dll for Windows
- libomp.dylib for Mac OSX…
KR-16 updated
8 months ago