-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.7 KB
/
NAMESPACE
File metadata and controls
64 lines (63 loc) · 1.7 KB
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(predict,hyrule_link)
export(clean_names)
export(default_ensemble)
export(fillblanks)
export(fit_link)
export(is.Date)
export(make_hash)
export(matchmaker)
export(new_hyrule_link)
export(pastenm)
export(remove_spaces)
import(data.table)
import(shiny)
import(shinyFiles)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(DT,styleEqual)
importFrom(butcher,axe_data)
importFrom(butcher,axe_env)
importFrom(butcher,axe_fitted)
importFrom(butcher,butcher)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,between)
importFrom(data.table,data.table)
importFrom(fs,path_home)
importFrom(parsnip,boost_tree)
importFrom(parsnip,fit)
importFrom(parsnip,logistic_reg)
importFrom(parsnip,rand_forest)
importFrom(parsnip,set_engine)
importFrom(parsnip,svm_linear)
importFrom(recipes,recipe)
importFrom(rsample,vfold_cv)
importFrom(stacks,"%>%")
importFrom(stacks,add_candidates)
importFrom(stacks,blend_predictions)
importFrom(stacks,control_stack_grid)
importFrom(stacks,fit_members)
importFrom(stacks,stacks)
importFrom(stats,predict)
importFrom(tools,file_ext)
importFrom(tune,control_grid)
importFrom(tune,select_best)
importFrom(tune,tune)
importFrom(tune,tune_grid)
importFrom(utils,write.csv)
importFrom(workflows,add_model)
importFrom(workflows,add_recipe)
importFrom(workflowsets,option_add)
importFrom(workflowsets,workflow_map)
importFrom(workflowsets,workflow_set)
importFrom(yardstick,metric_set)
importFrom(yardstick,mn_log_loss)