-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
128 lines (127 loc) · 3.89 KB
/
Copy pathNAMESPACE
File metadata and controls
128 lines (127 loc) · 3.89 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
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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,brulee_auto_int)
S3method(autoplot,brulee_linear_reg)
S3method(autoplot,brulee_logistic_reg)
S3method(autoplot,brulee_mlp)
S3method(autoplot,brulee_multinomial_reg)
S3method(autoplot,brulee_resnet)
S3method(autoplot,brulee_rln)
S3method(autoplot,brulee_saint)
S3method(brulee_auto_int,data.frame)
S3method(brulee_auto_int,default)
S3method(brulee_auto_int,formula)
S3method(brulee_auto_int,matrix)
S3method(brulee_auto_int,recipe)
S3method(brulee_chronos,data.frame)
S3method(brulee_chronos,default)
S3method(brulee_chronos,formula)
S3method(brulee_chronos,recipe)
S3method(brulee_linear_reg,data.frame)
S3method(brulee_linear_reg,default)
S3method(brulee_linear_reg,formula)
S3method(brulee_linear_reg,matrix)
S3method(brulee_linear_reg,recipe)
S3method(brulee_logistic_reg,data.frame)
S3method(brulee_logistic_reg,default)
S3method(brulee_logistic_reg,formula)
S3method(brulee_logistic_reg,matrix)
S3method(brulee_logistic_reg,recipe)
S3method(brulee_mlp,data.frame)
S3method(brulee_mlp,default)
S3method(brulee_mlp,formula)
S3method(brulee_mlp,matrix)
S3method(brulee_mlp,recipe)
S3method(brulee_mlp_two_layer,data.frame)
S3method(brulee_mlp_two_layer,default)
S3method(brulee_mlp_two_layer,formula)
S3method(brulee_mlp_two_layer,matrix)
S3method(brulee_mlp_two_layer,recipe)
S3method(brulee_multinomial_reg,data.frame)
S3method(brulee_multinomial_reg,default)
S3method(brulee_multinomial_reg,formula)
S3method(brulee_multinomial_reg,matrix)
S3method(brulee_multinomial_reg,recipe)
S3method(brulee_resnet,data.frame)
S3method(brulee_resnet,default)
S3method(brulee_resnet,formula)
S3method(brulee_resnet,matrix)
S3method(brulee_resnet,recipe)
S3method(brulee_rln,data.frame)
S3method(brulee_rln,default)
S3method(brulee_rln,formula)
S3method(brulee_rln,matrix)
S3method(brulee_rln,recipe)
S3method(brulee_saint,data.frame)
S3method(brulee_saint,default)
S3method(brulee_saint,formula)
S3method(brulee_saint,matrix)
S3method(brulee_saint,recipe)
S3method(brulee_tab_icl,data.frame)
S3method(brulee_tab_icl,default)
S3method(brulee_tab_icl,formula)
S3method(brulee_tab_icl,matrix)
S3method(brulee_tab_icl,recipe)
S3method(coef,brulee_linear_reg)
S3method(coef,brulee_logistic_reg)
S3method(coef,brulee_mlp)
S3method(coef,brulee_multinomial_reg)
S3method(coef,brulee_resnet)
S3method(coef,brulee_rln)
S3method(predict,brulee_auto_int)
S3method(predict,brulee_chronos)
S3method(predict,brulee_linear_reg)
S3method(predict,brulee_logistic_reg)
S3method(predict,brulee_mlp)
S3method(predict,brulee_multinomial_reg)
S3method(predict,brulee_resnet)
S3method(predict,brulee_rln)
S3method(predict,brulee_saint)
S3method(predict,brulee_tab_icl)
S3method(print,brulee_auto_int)
S3method(print,brulee_chronos)
S3method(print,brulee_linear_reg)
S3method(print,brulee_logistic_reg)
S3method(print,brulee_mlp)
S3method(print,brulee_multinomial_reg)
S3method(print,brulee_resnet)
S3method(print,brulee_rln)
S3method(print,brulee_saint)
S3method(print,brulee_tab_icl)
S3method(summary,brulee_auto_int)
S3method(summary,brulee_mlp)
S3method(summary,brulee_resnet)
S3method(summary,brulee_rln)
S3method(summary,brulee_saint)
export(autoplot)
export(brulee_activations)
export(brulee_auto_int)
export(brulee_chronos)
export(brulee_linear_reg)
export(brulee_logistic_reg)
export(brulee_mlp)
export(brulee_mlp_two_layer)
export(brulee_multinomial_reg)
export(brulee_resnet)
export(brulee_rln)
export(brulee_saint)
export(brulee_tab_icl)
export(coef)
export(matrix_to_dataset)
export(schedule_cyclic)
export(schedule_decay_expo)
export(schedule_decay_time)
export(schedule_step)
export(set_learn_rate)
export(tab_icl_download_weights)
export(tab_icl_weights_available)
export(tunable)
import(rlang)
import(torch)
importFrom(generics,tunable)
importFrom(ggplot2,autoplot)
importFrom(purrr,map)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,model.matrix)
importFrom(stats,terms)
importFrom(utils,globalVariables)