Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R-package] Promote objective and init_score to top-level arguments in lightgbm() #4976

Merged
merged 12 commits into from
Feb 23, 2022
Prev Previous commit
Next Next commit
solve merge conflict
  • Loading branch information
david-cortes committed Feb 18, 2022
commit ca8b24b07790e10323fa306305650756177c8ef6
2 changes: 0 additions & 2 deletions R-package/R/lightgbm.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ NULL
#' @inheritParams lgb_shared_params
#' @param label Vector of labels, used if \code{data} is not an \code{\link{lgb.Dataset}}
#' @param weight vector of response values. If not NULL, will set to dataset
#' @param save_name File name to use when writing the trained model to disk. Should end in ".model".
#' If passing `NULL`, will not save the trained model to disk.
#' @param init_score initial score is the base prediction lightgbm will boost from
jameslamb marked this conversation as resolved.
Show resolved Hide resolved
#' @param objective Optimization objective (e.g. `"regression"`, `"binary"`, etc.).
#' For a list of accepted objectives, see
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.