From a6a707f23cc62d9616aca51e645e92e68cad4e1f Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Mon, 2 Mar 2015 14:37:25 +0100 Subject: [PATCH] Add ref. --- R-package/vignettes/xgboostPresentation.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/vignettes/xgboostPresentation.Rmd b/R-package/vignettes/xgboostPresentation.Rmd index 09dcc4115..b6491f386 100644 --- a/R-package/vignettes/xgboostPresentation.Rmd +++ b/R-package/vignettes/xgboostPresentation.Rmd @@ -20,7 +20,7 @@ Introduction The purpose of this Vignette is to show you how to use **Xgboost** to build a model and make predictions. -It is an efficient and scalable implementation of gradient boosting framework by @friedman2001greedy. Two solvers are included: +It is an efficient and scalable implementation of gradient boosting framework by @friedman2000additive and @friedman2001greedy. Two solvers are included: - *linear* model ; - *tree learning* algorithm.