From b18c7f9466265955985201be4c815d9b7cea3b4a Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 20 Jul 2015 22:50:59 -0700 Subject: [PATCH] ok --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6334d21f7..4a5e7bf6e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DMLC/XGBoost An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. 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 -Checkout the [Comitters and Contributors](https://github.com/dmlc/xgboost/CONTRIBUTORS.md) +Checkout our [Comitters and Contributors](CONTRIBUTORS.md) who keep make xgboost better. Documentations: [Documentation of dmlc/xgboost](doc/README.md)