Axing a bart model.
Usage
# S3 method for class 'bart'
axe_call(x, verbose = FALSE, ...)
# S3 method for class 'bart'
axe_fitted(x, verbose = FALSE, ...)
Examples
library(dbarts)
#>
#> Attaching package: ‘dbarts’
#> The following object is masked from ‘package:parsnip’:
#>
#> bart
x <- dbarts::bart(mtcars[,2:5], mtcars[,1], verbose = FALSE, keeptrees = TRUE)
res <- butcher(x, verbose = TRUE)
#> ✔ Memory released: 272.12 kB
#> ✖ Disabled: `print()` and `summary()`