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 (2)

Label Occurrences
XGBoost canonical 8
https://xgboost.ai 1

How this entity was disambiguated

Statements (79)

Predicate Object
instanceOf gradient boosting library ⓘ
machine learning library ⓘ
open-source software ⓘ
software project ⓘ
developer Tianqi Chen ⓘ
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 ⓘ
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 ⓘ
LibSVM format ⓘ
linked to: libsvm

NumPy arrays ⓘ
Pandas DataFrame ⓘ
supportsDataType sparse matrices ⓘ
structured data ⓘ
tabular data ⓘ
supportsLanguageBinding C ⓘ
CLI ⓘ
Dask ⓘ
Java ⓘ
Julia ⓘ
Python ⓘ
R ⓘ
Scala ⓘ
Spark ⓘ
linked to: Apache Spark
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 ⓘ
linked to: XGBoost

How these facts were elicited

Referenced by (9)

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

Vertex AI → supports → XGBoost ⓘ
NVIDIA RAPIDS → integratesWith → XGBoost ⓘ
XGBoost → website → https://xgboost.ai ⓘ
linked to: XGBoost
Ray → integratesWith → XGBoost ⓘ
Horovod → supportsFramework → XGBoost ⓘ
DMLC → develops → XGBoost ⓘ
DMLC → notableProject → XGBoost ⓘ