-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.33 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
export("%>%")
export(apply_basic_recipe)
export(build_pipeline)
export(cal_class_fit)
export(create_cv_folds)
export(create_search_spaces)
export(create_tunes)
export(create_workflows)
export(find_best_model)
export(fit_best_model)
export(split_using_srs)
export(topn_vip)
export(viz_class_fit)
importFrom(dials,finalize)
importFrom(dials,grid_latin_hypercube)
importFrom(dials,grid_regular)
importFrom(dials,learn_rate)
importFrom(dials,loss_reduction)
importFrom(dials,min_n)
importFrom(dials,mtry)
importFrom(dials,penalty)
importFrom(dials,sample_prop)
importFrom(dials,tree_depth)
importFrom(dials,trees)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,ylim)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(parsnip,boost_tree)
importFrom(parsnip,fit)
importFrom(parsnip,logistic_reg)
importFrom(parsnip,rand_forest)
importFrom(parsnip,set_engine)
importFrom(parsnip,set_mode)
importFrom(purrr,map)
importFrom(recipes,all_outcomes)
importFrom(recipes,all_predictors)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(rsample,initial_split)
importFrom(rsample,testing)
importFrom(rsample,training)
importFrom(rsample,vfold_cv)
importFrom(stats,predict)
importFrom(stringr,str_remove)
importFrom(textdata,embedding_glove6b)
importFrom(textrecipes,step_stopwords)
importFrom(textrecipes,step_tfidf)
importFrom(textrecipes,step_tokenfilter)
importFrom(textrecipes,step_tokenize)
importFrom(textrecipes,step_word_embeddings)
importFrom(tidyr,tibble)
importFrom(tune,control_grid)
importFrom(tune,finalize_workflow)
importFrom(tune,select_best)
importFrom(tune,tune)
importFrom(tune,tune_grid)
importFrom(workflows,add_formula)
importFrom(workflows,add_model)
importFrom(workflows,update_model)
importFrom(workflows,workflow)
importFrom(yardstick,accuracy)
importFrom(yardstick,bal_accuracy)
importFrom(yardstick,f_meas)
importFrom(yardstick,metric_set)
importFrom(yardstick,metrics)
importFrom(yardstick,roc_auc)
importFrom(zeallot,`%<-%`)