From e080c663a810f6a847d548d797a1be6880f3cf72 Mon Sep 17 00:00:00 2001 From: Alex Chao Date: Thu, 14 May 2015 11:57:50 -0700 Subject: [PATCH] Updated grammar for the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6082330ec..7d3702666 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,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 Terascale data +It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also be distributed and scale to Terascale data Contributors: https://github.com/dmlc/xgboost/graphs/contributors