refine style with max.depth

This commit is contained in:
hetong
2014-09-06 23:20:11 -07:00
parent 1925321a16
commit 9e3b878943
7 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ xgboost(data = NULL, label = NULL, params = list(), nrounds,
\item \code{binary:logistic} logistic regression for classification
}
\item \code{eta} step size of each boosting step
\item \code{max_depth} maximum depth of the tree
\item \code{max.depth} maximum depth of the tree
\item \code{nthread} number of thread used in training, if not set, all threads are used
}