Skip to content

Commit

Permalink
Update plots to XGBoost random seeding of version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer79 committed Aug 19, 2024
1 parent 9229057 commit cf29040
Show file tree
Hide file tree
Showing 7 changed files with 905 additions and 405 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library(shapviz)
library(ggplot2)
library(xgboost)

set.seed(1)
set.seed(10)

# Build model
x <- c("carat", "cut", "color", "clarity")
Expand Down
Binary file modified man/figures/README-dep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
378 changes: 315 additions & 63 deletions man/figures/README-force.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
560 changes: 274 additions & 286 deletions man/figures/README-imp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
370 changes: 315 additions & 55 deletions man/figures/README-waterfall.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/VIGNETTE-dep-ranger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/VIGNETTE-dep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf29040

Please sign in to comment.