Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
97c8d945
Unverified
Commit
97c8d945
authored
Feb 23, 2022
by
Nikita Titov
Committed by
GitHub
Feb 23, 2022
Browse files
[docs][R-package] Use direct link for the list of supported objectives (#5029)
* Update lightgbm.R * Update lightgbm.Rd
parent
31facb40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
R-package/R/lightgbm.R
R-package/R/lightgbm.R
+2
-2
R-package/man/lightgbm.Rd
R-package/man/lightgbm.Rd
+2
-2
No files found.
R-package/R/lightgbm.R
View file @
97c8d945
...
@@ -94,8 +94,8 @@ NULL
...
@@ -94,8 +94,8 @@ NULL
#' @param weight vector of response values. If not NULL, will set to dataset
#' @param weight vector of response values. If not NULL, will set to dataset
#' @param objective Optimization objective (e.g. `"regression"`, `"binary"`, etc.).
#' @param objective Optimization objective (e.g. `"regression"`, `"binary"`, etc.).
#' For a list of accepted objectives, see
#' For a list of accepted objectives, see
#' \href{https://lightgbm.readthedocs.io/en/latest/Parameters.html}{
#' \href{https://lightgbm.readthedocs.io/en/latest/Parameters.html
#objective
}{
#' the "Parameters" section of the documentation}.
#' the
"objective" item of the
"Parameters" section of the documentation}.
#' @param init_score initial score is the base prediction lightgbm will boost from
#' @param init_score initial score is the base prediction lightgbm will boost from
#' @param ... Additional arguments passed to \code{\link{lgb.train}}. For example
#' @param ... Additional arguments passed to \code{\link{lgb.train}}. For example
#' \itemize{
#' \itemize{
...
...
R-package/man/lightgbm.Rd
View file @
97c8d945
...
@@ -54,8 +54,8 @@ set to the iteration number of the best iteration.}
...
@@ -54,8 +54,8 @@ set to the iteration number of the best iteration.}
\item{objective}{Optimization objective (e.g. `"regression"`, `"binary"`, etc.).
\item{objective}{Optimization objective (e.g. `"regression"`, `"binary"`, etc.).
For a list of accepted objectives, see
For a list of accepted objectives, see
\href{https://lightgbm.readthedocs.io/en/latest/Parameters.html}{
\href{https://lightgbm.readthedocs.io/en/latest/Parameters.html
#objective
}{
the "Parameters" section of the documentation}.}
the "objective" item of
the "Parameters" section of the documentation}.}
\item{init_score}{initial score is the base prediction lightgbm will boost from}
\item{init_score}{initial score is the base prediction lightgbm will boost from}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment