From 629799df0b9d2cb08ac41050818e7e31a34bf1c8 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sat, 30 Aug 2014 20:24:23 -0700 Subject: [PATCH] Update DESCRIPTION --- R-package/DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/DESCRIPTION b/R-package/DESCRIPTION index 39a14a517..0de13b49d 100644 --- a/R-package/DESCRIPTION +++ b/R-package/DESCRIPTION @@ -5,7 +5,7 @@ Version: 0.3-0 Date: 2014-08-23 Author: Tianqi Chen, Tong He Maintainer: Tong He -Description: xgboost is short for eXtreme Gradient Boosting package. +Description: This package is a R wrapper of xgboost, which is short for eXtreme Gradient Boosting. It is an efficient and scalable implementation of gradient boosting framework. The package includes efficient linear model solver and tree learning algorithm. The package can automatically do parallel computation with OpenMP, and it can be