Skip to content

Commit

Permalink
[docs][R-package] Use direct link for the list of supported objectives (
Browse files Browse the repository at this point in the history
#5029)

* Update lightgbm.R

* Update lightgbm.Rd
  • Loading branch information
StrikerRUS authored Feb 23, 2022
1 parent 31facb4 commit 97c8d94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R-package/R/lightgbm.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ NULL
#' @param weight vector of response values. If not NULL, will set to dataset
#' @param objective Optimization objective (e.g. `"regression"`, `"binary"`, etc.).
#' For a list of accepted objectives, see
#' \href{https://lightgbm.readthedocs.io/en/latest/Parameters.html}{
#' the "Parameters" section of the documentation}.
#' \href{https://lightgbm.readthedocs.io/en/latest/Parameters.html#objective}{
#' the "objective" item of the "Parameters" section of the documentation}.
#' @param init_score initial score is the base prediction lightgbm will boost from
#' @param ... Additional arguments passed to \code{\link{lgb.train}}. For example
#' \itemize{
Expand Down
4 changes: 2 additions & 2 deletions R-package/man/lightgbm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97c8d94

Please sign in to comment.