Update xgboost.Rnw

This commit is contained in:
Tong He 2015-03-01 21:32:59 -08:00
parent 4210f9cf51
commit 57972ef2c2

View File

@ -49,7 +49,7 @@ xgboost.version = '0.3-0'
This is an introductory document of using the \verb@xgboost@ package in R. This is an introductory document of using the \verb@xgboost@ package in R.
\verb@xgboost@ is short for eXtreme Gradient Boosting package. It is an efficient \verb@xgboost@ is short for eXtreme Gradient Boosting package. It is an efficient
and scalable implementation of gradient boosting framework by \citep{friedman2001greedy}. and scalable implementation of gradient boosting framework by \citep{friedman2001greedy} \citep{friedman2000additive}.
The package includes efficient linear model solver and tree learning algorithm. The package includes efficient linear model solver and tree learning algorithm.
It supports various objective functions, including regression, classification It supports various objective functions, including regression, classification
and ranking. The package is made to be extendible, so that users are also allowed to define their own objectives easily. It has several features: and ranking. The package is made to be extendible, so that users are also allowed to define their own objectives easily. It has several features:
@ -218,4 +218,4 @@ competition.
file.remove("xgb.DMatrix") file.remove("xgb.DMatrix")
file.remove("model.dump") file.remove("model.dump")
file.remove("model.save") file.remove("model.save")
@ @