Fix links in R doc. (#9450)

This commit is contained in:
Jiaming Yuan
2023-08-10 02:38:14 +08:00
committed by GitHub
parent f05a23b41c
commit a57371ef7c
2 changed files with 4 additions and 4 deletions

View File

@@ -67,12 +67,12 @@ Each point (observation) is coloured based on its feature value. The plot
hence allows us to see which features have a negative / positive contribution
on the model prediction, and whether the contribution is different for larger
or smaller values of the feature. We effectively try to replicate the
\code{summary_plot} function from https://github.com/slundberg/shap.
\code{summary_plot} function from https://github.com/shap/shap.
}
\examples{
# See \code{\link{xgb.plot.shap}}.
}
\seealso{
\code{\link{xgb.plot.shap}}, \code{\link{xgb.ggplot.shap.summary}},
\url{https://github.com/slundberg/shap}
\url{https://github.com/shap/shap}
}