[R] enable multi-dimensional base_margin (#9885)

This commit is contained in:
david-cortes
2023-12-14 02:16:53 +01:00
committed by GitHub
parent 936b22fdf3
commit cd473c9da3
3 changed files with 32 additions and 4 deletions

View File

@@ -36,7 +36,9 @@ is assigned to each group (not each data point). This is because we
only care about the relative ordering of data points within each group,
so it doesn't make sense to assign weights to individual data points.}
\item{base_margin}{Base margin used for boosting from existing model.}
\item{base_margin}{Base margin used for boosting from existing model.
In the case of multi-output models, one can also pass multi-dimensional base_margin.}
\item{missing}{a float value to represents missing values in data (used only when input is a dense matrix).
It is useful when a 0 or some other extreme value represents missing values in data.}