From 4266827105300ec3237b0081810b827b6e796c72 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Mon, 26 Jan 2015 09:04:34 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d74292118..949a10ba6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ xgboost: eXtreme Gradient Boosting ====== An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. -It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree. +It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also also distributed and scale to even larger data. Contributors: https://github.com/tqchen/xgboost/graphs/contributors