axe-bart | R Documentation |
Axing a bart model.
## S3 method for class 'bart'
axe_call(x, verbose = FALSE, ...)
## S3 method for class 'bart'
axe_fitted(x, verbose = FALSE, ...)
x |
A model object. |
verbose |
Print information each time an axe method is executed.
Notes how much memory is released and what functions are
disabled. Default is |
... |
Any additional arguments related to axing. |
Axed bart object.
library(dbarts)
x <- dbarts::bart(mtcars[,2:5], mtcars[,1], verbose = FALSE, keeptrees = TRUE)
res <- butcher(x, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.