R/zzz.R

Defines functions .onLoad

# nocov start

# The functions below define the model information. These access the model
# environment inside of parsnip so they have to be executed once parsnip has
# been loaded.

.onLoad <- function(libname, pkgname) {
  make_boost_tree_lightgbm()

  make_decision_tree_partykit()
  make_rand_forest_partykit()
}


# nocov end

Try the bonsai package in your browser

Any scripts or data that you put into this service are public.

bonsai documentation built on Dec. 1, 2022, 1:28 a.m.