pvimp.gbm | R Documentation |
Permutation variable importance method for gbm
## S3 method for class 'gbm'
pvimp(
model,
newdata,
nrep = 20,
parallelize = TRUE,
nclusters = parallel::detectCores(),
estimate = c("mean", "quantile"),
probs = c(0.025, 0.5, 0.975),
seed = NULL,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.