Learn R Programming

butcher (version 0.3.5)

axe-bart: Axing a bart model.

Description

Axing a bart model.

Usage

# S3 method for bart
axe_call(x, verbose = FALSE, ...)

# S3 method for bart axe_fitted(x, verbose = FALSE, ...)

Value

Axed bart object.

Arguments

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 FALSE.

...

Any additional arguments related to axing.

Examples

Run this code
if (FALSE) { # rlang::is_installed("dbarts")
library(dbarts)
x <- dbarts::bart(mtcars[,2:5], mtcars[,1], verbose = FALSE, keeptrees = TRUE)
res <- butcher(x, verbose = TRUE)
}

Run the code above in your browser using DataLab