From 263d9bf84fb2178c7560b00d4bbb68ea90289b89 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 21 Apr 2015 20:59:03 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a69053e..bcdea8c17 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 (GBDT). XGBoost can also also distributed and scale to even larger data. +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 Terascale data Contributors: https://github.com/dmlc/xgboost/graphs/contributors