-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
64 lines (63 loc) · 1.67 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# 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(nnet_imp_garson)
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(furrr,future_map)
importFrom(furrr,future_map2)
importFrom(generics,var_imp)
importFrom(magrittr,"%>%")
importFrom(parsnip,check_final_param)
importFrom(parsnip,control_parsnip)
importFrom(parsnip,decision_tree)
importFrom(parsnip,fit)
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,coef)
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)