[doc][R] Update arguments for ellipsis in predict (#9868)
This commit is contained in:
parent
faf0f2df10
commit
ddab49a8be
@ -194,7 +194,7 @@ xgb.Booster.complete <- function(object, saveraw = TRUE) {
|
|||||||
#' @param strict_shape Default is \code{FALSE}. When it's set to \code{TRUE}, output
|
#' @param strict_shape Default is \code{FALSE}. When it's set to \code{TRUE}, output
|
||||||
#' type and shape of prediction are invariant to model type.
|
#' type and shape of prediction are invariant to model type.
|
||||||
#'
|
#'
|
||||||
#' @param ... Parameters passed to \code{predict.xgb.Booster}
|
#' @param ... Not used.
|
||||||
#'
|
#'
|
||||||
#' @details
|
#' @details
|
||||||
#'
|
#'
|
||||||
|
|||||||
@ -66,7 +66,7 @@ to \code{c(1, 1)} XGBoost will use all trees.}
|
|||||||
\item{strict_shape}{Default is \code{FALSE}. When it's set to \code{TRUE}, output
|
\item{strict_shape}{Default is \code{FALSE}. When it's set to \code{TRUE}, output
|
||||||
type and shape of prediction are invariant to model type.}
|
type and shape of prediction are invariant to model type.}
|
||||||
|
|
||||||
\item{...}{Parameters passed to \code{predict.xgb.Booster}}
|
\item{...}{Not used.}
|
||||||
}
|
}
|
||||||
\value{
|
\value{
|
||||||
The return type is different depending whether \code{strict_shape} is set to \code{TRUE}. By default,
|
The return type is different depending whether \code{strict_shape} is set to \code{TRUE}. By default,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user