# Generated by roxygen2: do not edit by hand

S3method(bagger,data.frame)
S3method(bagger,default)
S3method(bagger,formula)
S3method(bagger,matrix)
S3method(bagger,recipe)
S3method(predict,bagger)
S3method(print,bagger)
S3method(var_imp,bagger)
export("%>%")
export(bagger)
export(class_cost)
export(control_bag)
export(var_imp)
export(var_imp.bagger)
import(dplyr)
import(hardhat)
import(rlang)
importFrom(C50,C5.0)
importFrom(C50,C5.0Control)
importFrom(C50,C5imp)
importFrom(C50,as.party.C5.0)
importFrom(dials,new_quant_param)
importFrom(earth,earth)
importFrom(earth,evimp)
importFrom(furrr,future_map)
importFrom(furrr,future_map2)
importFrom(generics,var_imp)
importFrom(magrittr,"%>%")
importFrom(parsnip,check_final_param)
importFrom(parsnip,decision_tree)
importFrom(parsnip,fit)
importFrom(parsnip,fit_control)
importFrom(parsnip,fit_xy)
importFrom(parsnip,mars)
importFrom(parsnip,model_printer)
importFrom(parsnip,multi_predict)
importFrom(parsnip,new_model_spec)
importFrom(parsnip,null_value)
importFrom(parsnip,set_engine)
importFrom(parsnip,set_new_model)
importFrom(parsnip,show_call)
importFrom(parsnip,show_fit)
importFrom(parsnip,update_dot_check)
importFrom(parsnip,update_main_parameters)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(rpart,rpart)
importFrom(rsample,analysis)
importFrom(rsample,assessment)
importFrom(rsample,bootstraps)
importFrom(stats,complete.cases)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(utils,globalVariables)
importFrom(withr,with_seed)
