Documentation regenerated with fixes
This commit is contained in:
parent
e64cb99f89
commit
2364e914bd
@ -5,7 +5,7 @@
|
|||||||
\alias{agaricus.test}
|
\alias{agaricus.test}
|
||||||
\title{Test part from Mushroom Data Set}
|
\title{Test part from Mushroom Data Set}
|
||||||
\format{A list containing a label vector, and a dgCMatrix object with 1611
|
\format{A list containing a label vector, and a dgCMatrix object with 1611
|
||||||
rows and 127 variables}
|
rows and 126 variables}
|
||||||
\usage{
|
\usage{
|
||||||
data(agaricus.test)
|
data(agaricus.test)
|
||||||
}
|
}
|
||||||
@ -18,7 +18,7 @@ This data set includes the following fields:
|
|||||||
|
|
||||||
\itemize{
|
\itemize{
|
||||||
\item \code{label} the label for each record
|
\item \code{label} the label for each record
|
||||||
\item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 127 columns.
|
\item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 126 columns.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\references{
|
\references{
|
||||||
|
|||||||
@ -18,7 +18,7 @@ This data set includes the following fields:
|
|||||||
|
|
||||||
\itemize{
|
\itemize{
|
||||||
\item \code{label} the label for each record
|
\item \code{label} the label for each record
|
||||||
\item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 127 columns.
|
\item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 126 columns.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\references{
|
\references{
|
||||||
|
|||||||
@ -32,6 +32,8 @@ xgb.cv(params = list(), data, nrounds, nfold, label = NULL,
|
|||||||
|
|
||||||
\item{label}{option field, when data is Matrix}
|
\item{label}{option field, when data is Matrix}
|
||||||
|
|
||||||
|
\item{missing}{Missing is only used when input is dense matrix, pick a float}
|
||||||
|
|
||||||
\item{showsd}{boolean, whether show standard deviation of cross validation}
|
\item{showsd}{boolean, whether show standard deviation of cross validation}
|
||||||
|
|
||||||
\item{metrics,}{list of evaluation metrics to be used in corss validation,
|
\item{metrics,}{list of evaluation metrics to be used in corss validation,
|
||||||
|
|||||||
@ -13,6 +13,8 @@ xgboost(data = NULL, label = NULL, missing = NULL, params = list(),
|
|||||||
|
|
||||||
\item{label}{the response variable. User should not set this field,}
|
\item{label}{the response variable. User should not set this field,}
|
||||||
|
|
||||||
|
\item{missing}{Missing is only used when input is dense matrix, pick a float}
|
||||||
|
|
||||||
\item{params}{the list of parameters. Commonly used ones are:
|
\item{params}{the list of parameters. Commonly used ones are:
|
||||||
\itemize{
|
\itemize{
|
||||||
\item \code{objective} objective function, common ones are
|
\item \code{objective} objective function, common ones are
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user