From 1f048937842000bb0c33ecf550befa479c49be7f Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 28 Feb 2014 20:13:01 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b20452af..2032a4940 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ -xgboost - -eXtreme Gradient Boosting Library +xgboost: eXtreme Gradient Boosting ======= +An efficient general purpose gradient boosting (tree) library. + Creater: Tianqi Chen + +Documentation: https://github.com/tqchen/xgboost/wiki + Features ======= @@ -30,4 +33,3 @@ File extension convention: (2) .cpp are implementations that will be compiled, with less comment; (3) .hpp are implementations that will be included by .cpp, with less comment -See also: https://github.com/tqchen/xgboost/wiki