This commit is contained in:
El Potaeto 2015-03-02 14:37:25 +01:00
parent 4ee43f2167
commit a6a707f23c

View File

@ -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.