-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathNAMESPACE
198 lines (197 loc) · 5.25 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# Generated by roxygen2: do not edit by hand
export(find_textrpp_env)
export(textAssess)
export(textCentrality)
export(textCentralityPlot)
export(textClassify)
export(textClean)
export(textCleanNonASCII)
export(textDescriptives)
export(textDimName)
export(textDistance)
export(textDistanceMatrix)
export(textDistanceNorm)
export(textDomainCompare)
export(textEmbed)
export(textEmbedLayerAggregation)
export(textEmbedRawLayers)
export(textEmbedReduce)
export(textEmbedStatic)
export(textFindNonASCII)
export(textFineTuneDomain)
export(textFineTuneTask)
export(textGeneration)
export(textLBAM)
export(textModelLayers)
export(textModels)
export(textModelsRemove)
export(textNER)
export(textPCA)
export(textPCAPlot)
export(textPlot)
export(textPredict)
export(textPredictAll)
export(textPredictExamples)
export(textPredictTest)
export(textProjection)
export(textProjectionPlot)
export(textQA)
export(textSimilarity)
export(textSimilarityMatrix)
export(textSimilarityNorm)
export(textSum)
export(textTokenize)
export(textTokenizeAndCount)
export(textTopics)
export(textTopicsReduce)
export(textTopicsTest)
export(textTopicsTree)
export(textTopicsWordcloud)
export(textTrain)
export(textTrainExamples)
export(textTrainLists)
export(textTrainN)
export(textTrainNPlot)
export(textTrainRandomForest)
export(textTrainRegression)
export(textTranslate)
export(textZeroShot)
export(textrpp_initialize)
export(textrpp_install)
export(textrpp_install_virtualenv)
export(textrpp_uninstall)
importFrom(cowplot,draw_plot)
importFrom(cowplot,ggdraw)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(furrr,future_map)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_color_identity)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(parsnip,fit)
importFrom(parsnip,linear_reg)
importFrom(parsnip,logistic_reg)
importFrom(parsnip,multinom_reg)
importFrom(parsnip,rand_forest)
importFrom(parsnip,set_engine)
importFrom(purrr,as_vector)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(recipes,all_numeric)
importFrom(recipes,all_predictors)
importFrom(recipes,bake)
importFrom(recipes,juice)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_center)
importFrom(recipes,step_impute_knn)
importFrom(recipes,step_naomit)
importFrom(recipes,step_pca)
importFrom(recipes,step_scale)
importFrom(recipes,update_role)
importFrom(reticulate,source_python)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rsample,analysis)
importFrom(rsample,assessment)
importFrom(rsample,bootstraps)
importFrom(rsample,vfold_cv)
importFrom(stats,chisq.test)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,fisher.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stringi,stri_c)
importFrom(stringi,stri_count_words)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_match)
importFrom(stringi,stri_split_boundaries)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trans_tolower)
importFrom(stringi,stri_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_col)
importFrom(tibble,as_tibble_row)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,uncount)
importFrom(tidyr,unnest)
importFrom(topics,topicsPlot)
importFrom(topics,topicsTest)
importFrom(tune,collect_predictions)
importFrom(tune,control_grid)
importFrom(tune,control_resamples)
importFrom(tune,select_best)
importFrom(tune,tune)
importFrom(tune,tune_grid)
importFrom(utils,download.file)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(workflows,add_model)
importFrom(workflows,add_recipe)
importFrom(workflows,workflow)
importFrom(yardstick,accuracy)
importFrom(yardstick,bal_accuracy)
importFrom(yardstick,f_meas)
importFrom(yardstick,kap)
importFrom(yardstick,precision)
importFrom(yardstick,rmse)
importFrom(yardstick,roc_auc)
importFrom(yardstick,roc_auc_vec)
importFrom(yardstick,rsq)
importFrom(yardstick,sens)
importFrom(yardstick,spec)