From ec63db8439e6e16ca28799a64fad26f480c5e84a Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 18 Jan 2021 10:39:06 -0600 Subject: [PATCH] regenerate R docs --- R-package/man/getinfo.Rd | 2 +- R-package/man/setinfo.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R-package/man/getinfo.Rd b/R-package/man/getinfo.Rd index d26e4c217beb..e223d45dcaf4 100644 --- a/R-package/man/getinfo.Rd +++ b/R-package/man/getinfo.Rd @@ -33,7 +33,7 @@ The \code{name} field can be one of the following: \item{\code{group}: used for learning-to-rank tasks. An integer vector describing how to group rows together as ordered results from the same set of candidate results to be ranked. For example, if you have a 100-document dataset with \code{group = c(10, 20, 40, 10, 10, 10)}, - that means that you have 5 groups, where the first 10 records are in the first group, + that means that you have 6 groups, where the first 10 records are in the first group, records 11-30 are in the second group, etc.} \item \code{init_score}: initial score is the base prediction lightgbm will boost from. } diff --git a/R-package/man/setinfo.Rd b/R-package/man/setinfo.Rd index 56df8bb195a1..1481b621a6c0 100644 --- a/R-package/man/setinfo.Rd +++ b/R-package/man/setinfo.Rd @@ -36,7 +36,7 @@ The \code{name} field can be one of the following: \item{\code{group}: used for learning-to-rank tasks. An integer vector describing how to group rows together as ordered results from the same set of candidate results to be ranked. For example, if you have a 100-document dataset with \code{group = c(10, 20, 40, 10, 10, 10)}, - that means that you have 5 groups, where the first 10 records are in the first group, + that means that you have 6 groups, where the first 10 records are in the first group, records 11-30 are in the second group, etc.} } }