return history as data.table for cross validation + documentation

This commit is contained in:
El Potaeto
2015-01-01 16:05:43 +01:00
parent 34aaeff3d9
commit a524a51a06
3 changed files with 22 additions and 5 deletions

View File

@@ -56,6 +56,9 @@ prediction and dtrain,}
\item{...}{other parameters to pass to \code{params}.}
}
\value{
a \code{data.table} with each mean and standard deviation stat for training set and test set.
}
\description{
The cross valudation function of xgboost
}