From c489ce62b243b357e0fc58366b55d273925e2993 Mon Sep 17 00:00:00 2001 From: Ajinkya Kale Date: Tue, 7 Jul 2015 16:36:45 -0700 Subject: [PATCH] refs and formatting changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 226526891..d7cf31a08 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ XGBoost: eXtreme Gradient Boosting [![Build Status](https://travis-ci.org/dmlc/xgboost.svg?branch=master)](https://travis-ci.org/dmlc/xgboost) 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 be distributed and scale to Terascale data +It implements machine learning algorithms under the [Gradient Boosting](https://en.wikipedia.org/wiki/Gradient_boosting) framework, including [Generalized Linear Model](https://en.wikipedia.org/wiki/Generalized_linear_model) (GLM) and [Gradient Boosted Decision Trees](https://en.wikipedia.org/wiki/Gradient_boosting#Gradient_tree_boosting) (GBDT). XGBoost can also be [distributed](#features) and scale to Terascale data Contributors: https://github.com/dmlc/xgboost/graphs/contributors