This commit is contained in:
pommedeterresautee
2015-03-15 23:59:28 +01:00
parent 81caba5dce
commit 6ca76fe784
4 changed files with 16 additions and 16 deletions

View File

@@ -26,10 +26,10 @@ Set information of an xgb.DMatrix object
It can be one of the following:
\itemize{
\item \code{label}
\item \code{weight}
\item \code{base_margin}
\item \code{group}
\item \code{label}: label Xgboost learn from ;
\item \code{weight}: to do a weight rescale ;
\item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
\item \code{group}.
}
}
\examples{