refine doc, with Rd

This commit is contained in:
hetong
2014-09-06 11:17:38 -07:00
parent 7879db8702
commit f1d7b012a6
10 changed files with 139 additions and 15 deletions

View File

@@ -73,9 +73,10 @@ and ranking. The package is made to be extendible, so that users are also allowe
\end{enumerate}
\section{Example with iris}
\section{Example with Mushroom data}
In this section, we will illustrate some common usage of \verb@xgboost@.
In this section, we will illustrate some common usage of \verb@xgboost@. The
Mushroom data is cited from UCI Machine Learning Repository. \citep{Bache+Lichman:2013}
<<Training and prediction with iris>>=
library(xgboost)

View File

@@ -18,3 +18,13 @@
publisher={Institute of Mathematical Statistics}
}
@misc{
Bache+Lichman:2013 ,
author = "K. Bache and M. Lichman",
year = "2013",
title = "{UCI} Machine Learning Repository",
url = "http://archive.ics.uci.edu/ml",
institution = "University of California, Irvine, School of Information and Computer Sciences"
}