-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
41 lines (40 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(predict_boots)
export(summarise_importance)
export(summarise_predictions)
export(summarize_importance)
export(summarize_predictions)
export(vi_boots)
importFrom(Metrics,rmse)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(generics,fit)
importFrom(lifecycle,deprecate_soft)
importFrom(purrr,map)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(rlang,":=")
importFrom(rlang,arg_match)
importFrom(rlang,sym)
importFrom(rlang,warn)
importFrom(rsample,bootstraps)
importFrom(rsample,testing)
importFrom(rsample,training)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(tibble,add_column)
importFrom(tibble,rowid_to_column)
importFrom(tidyr,crossing)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(vip,vi)
importFrom(workflows,extract_fit_engine)