XGBoost

E427706

XGBoost is a high-performance, open-source gradient boosting library widely used for structured/tabular machine learning tasks such as classification and regression.

All labels observed (1)

Label Occurrences
XGBoost canonical 3

How this entity was disambiguated

Statements (79)

Predicate Object
instanceOf gradient boosting library
machine learning library
open-source software
software project
developer Tianqi Chen NERFINISHED
contributors from the open-source community
feature GPU acceleration
column block structure for parallel learning
custom evaluation metrics
custom objective functions
distributed training
early stopping
handling missing values
out-of-core computation
regularization
sparse aware learning
tree pruning
weighted quantile sketch
hyperparameter alpha
colsample_bytree
gamma
lambda
learning_rate
max_depth
n_estimators
subsample
license Apache License 2.0
notableProperty often achieves state-of-the-art performance on tabular datasets
robust to missing values in features
supports GPU-accelerated training
supports distributed training on clusters
supports parallel tree construction
optimizationGoal high performance
memory efficiency
scalability
partOf DMLC (Distributed Machine Learning Community) projects NERFINISHED
primaryApplication binary classification
classification
multiclass classification
ranking
regression
survival analysis
time series forecasting (with feature engineering)
programmingLanguage C++
repository https://github.com/dmlc/xgboost
supportsBooster dart
gblinear
gbtree
supportsDataFormat CSV
DMatrix NERFINISHED
LibSVM format NERFINISHED
NumPy arrays
Pandas DataFrame
supportsDataType sparse matrices
structured data
tabular data
supportsLanguageBinding C NERFINISHED
CLI NERFINISHED
Dask NERFINISHED
Java NERFINISHED
Julia NERFINISHED
Python NERFINISHED
R NERFINISHED
Scala NERFINISHED
Spark NERFINISHED
supportsLearningTask gradient boosted decision trees
linear models
supervised learning
tree-based models
supportsObjective binary:logistic
multi:softmax
multi:softprob
rank:map
rank:ndcg
rank:pairwise
reg:squarederror
usedFor Kaggle competitions
industry machine learning systems
website https://xgboost.ai NERFINISHED

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Vertex AI supports XGBoost
NVIDIA RAPIDS integratesWith XGBoost