Skip to content

Commit

Permalink
Revert "Fixed R package build for windows and linting error"
Browse files Browse the repository at this point in the history
This reverts commit d50769e
  • Loading branch information
kruda committed May 9, 2021
1 parent d50769e commit f531f3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R-package/R/lgb.train.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
#' @param ... other parameters, see \href{https://lightgbm.readthedocs.io/en/latest/Parameters.html}{
#' the "Parameters" section of the documentation} for more information. A few key parameters:
#' \itemize{
#' \item{\code{boosting}: Boosting type. \code{"gbdt"}, \code{"rf"}, \code{"dart"},
#' \code{"mvs"} or \code{"goss"}.}
#' \item{\code{boosting}: Boosting type. \code{"gbdt"}, \code{"rf"}, \code{"dart"}, \code{"mvs"} or \code{"goss"}.}
#' \item{\code{num_leaves}: Maximum number of leaves in one tree.}
#' \item{\code{max_depth}: Limit the max depth for tree model. This is used to deal with
#' overfitting. Tree still grow by leaf-wise.}
Expand Down

0 comments on commit f531f3a

Please sign in to comment.