Skip to content

Commit a57371e

Browse files
authored
Fix links in R doc. (dmlc#9450)
1 parent f05a23b commit a57371e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R-package/R/xgb.plot.shap.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ xgb.plot.shap <- function(data, shap_contrib = NULL, features = NULL, top_n = 1,
193193
#' hence allows us to see which features have a negative / positive contribution
194194
#' on the model prediction, and whether the contribution is different for larger
195195
#' or smaller values of the feature. We effectively try to replicate the
196-
#' \code{summary_plot} function from https://github.com/slundberg/shap.
196+
#' \code{summary_plot} function from https://github.com/shap/shap.
197197
#'
198198
#' @inheritParams xgb.plot.shap
199199
#'
@@ -202,7 +202,7 @@ xgb.plot.shap <- function(data, shap_contrib = NULL, features = NULL, top_n = 1,
202202
#'
203203
#' @examples # See \code{\link{xgb.plot.shap}}.
204204
#' @seealso \code{\link{xgb.plot.shap}}, \code{\link{xgb.ggplot.shap.summary}},
205-
#' \url{https://github.com/slundberg/shap}
205+
#' \url{https://github.com/shap/shap}
206206
xgb.plot.shap.summary <- function(data, shap_contrib = NULL, features = NULL, top_n = 10, model = NULL,
207207
trees = NULL, target_class = NULL, approxcontrib = FALSE, subsample = NULL) {
208208
# Only ggplot implementation is available.

R-package/man/xgb.plot.shap.summary.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)