Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Dec 7, 2024
1 parent 86b89c1 commit 9e6a288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R-package/R/xgb.plot.shap.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
#' mbst <- xgb.train(
#' data = xgb.DMatrix(x, label = as.numeric(iris$Species) - 1),
#' nrounds = nrounds,
#' verbose = 0
#' verbose = 0,
#' params = xgb.params(
#' max_depth = 2,
#' eta = 0.3,
Expand Down
2 changes: 1 addition & 1 deletion R-package/man/xgb.plot.shap.Rd

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

0 comments on commit 9e6a288

Please sign in to comment.