-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathNAMESPACE
267 lines (266 loc) · 7.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
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# Generated by roxygen2: do not edit by hand
S3method(accuracy,data.frame)
S3method(accuracy,matrix)
S3method(accuracy,table)
S3method(as_tibble,metric_set)
S3method(average_precision,data.frame)
S3method(bal_accuracy,data.frame)
S3method(bal_accuracy,matrix)
S3method(bal_accuracy,table)
S3method(binary_checks,default)
S3method(binary_checks,factor)
S3method(binary_checks,matrix)
S3method(binary_checks,numeric)
S3method(brier_class,data.frame)
S3method(brier_survival,data.frame)
S3method(brier_survival_integrated,data.frame)
S3method(ccc,data.frame)
S3method(classification_cost,data.frame)
S3method(concordance_survival,data.frame)
S3method(conf_mat,data.frame)
S3method(conf_mat,grouped_df)
S3method(conf_mat,matrix)
S3method(conf_mat,table)
S3method(detection_prevalence,data.frame)
S3method(detection_prevalence,matrix)
S3method(detection_prevalence,table)
S3method(f_meas,data.frame)
S3method(f_meas,matrix)
S3method(f_meas,table)
S3method(finalize_estimator_default,Surv)
S3method(finalize_estimator_default,default)
S3method(finalize_estimator_default,factor)
S3method(finalize_estimator_default,matrix)
S3method(finalize_estimator_default,numeric)
S3method(finalize_estimator_default,table)
S3method(finalize_estimator_internal,accuracy)
S3method(finalize_estimator_internal,brier_class)
S3method(finalize_estimator_internal,classification_cost)
S3method(finalize_estimator_internal,default)
S3method(finalize_estimator_internal,gain_capture)
S3method(finalize_estimator_internal,gain_curve)
S3method(finalize_estimator_internal,kap)
S3method(finalize_estimator_internal,lift_curve)
S3method(finalize_estimator_internal,mcc)
S3method(finalize_estimator_internal,mn_log_loss)
S3method(finalize_estimator_internal,pr_auc)
S3method(finalize_estimator_internal,pr_curve)
S3method(finalize_estimator_internal,roc_auc)
S3method(finalize_estimator_internal,roc_curve)
S3method(format,metric)
S3method(format,metric_factory)
S3method(format,metric_set)
S3method(gain_capture,data.frame)
S3method(gain_curve,data.frame)
S3method(huber_loss,data.frame)
S3method(huber_loss_pseudo,data.frame)
S3method(iic,data.frame)
S3method(is_multiclass,default)
S3method(is_multiclass,factor)
S3method(is_multiclass,table)
S3method(j_index,data.frame)
S3method(j_index,matrix)
S3method(j_index,table)
S3method(kap,data.frame)
S3method(kap,matrix)
S3method(kap,table)
S3method(lift_curve,data.frame)
S3method(mae,data.frame)
S3method(mape,data.frame)
S3method(mase,data.frame)
S3method(mcc,data.frame)
S3method(mcc,matrix)
S3method(mcc,table)
S3method(metrics,data.frame)
S3method(mn_log_loss,data.frame)
S3method(mpe,data.frame)
S3method(msd,data.frame)
S3method(multiclass_checks,default)
S3method(multiclass_checks,factor)
S3method(multiclass_checks,matrix)
S3method(multiclass_checks,numeric)
S3method(npv,data.frame)
S3method(npv,matrix)
S3method(npv,table)
S3method(poisson_log_loss,data.frame)
S3method(ppv,data.frame)
S3method(ppv,matrix)
S3method(ppv,table)
S3method(pr_auc,data.frame)
S3method(pr_curve,data.frame)
S3method(precision,data.frame)
S3method(precision,matrix)
S3method(precision,table)
S3method(print,conf_mat)
S3method(print,metric)
S3method(print,metric_factory)
S3method(print,metric_set)
S3method(recall,data.frame)
S3method(recall,matrix)
S3method(recall,table)
S3method(rmse,data.frame)
S3method(roc_auc,data.frame)
S3method(roc_auc_survival,data.frame)
S3method(roc_aunp,data.frame)
S3method(roc_aunu,data.frame)
S3method(roc_curve,data.frame)
S3method(roc_curve_survival,data.frame)
S3method(rpd,data.frame)
S3method(rpiq,data.frame)
S3method(rsq,data.frame)
S3method(rsq_trad,data.frame)
S3method(sens,data.frame)
S3method(sens,matrix)
S3method(sens,table)
S3method(sensitivity,data.frame)
S3method(sensitivity,matrix)
S3method(sensitivity,table)
S3method(smape,data.frame)
S3method(spec,data.frame)
S3method(spec,matrix)
S3method(spec,table)
S3method(specificity,data.frame)
S3method(specificity,matrix)
S3method(specificity,table)
S3method(summary,conf_mat)
S3method(tidy,conf_mat)
S3method(validate_truth_estimate_types,default)
S3method(validate_truth_estimate_types,factor)
S3method(validate_truth_estimate_types,numeric)
export(accuracy)
export(accuracy_vec)
export(average_precision)
export(average_precision_vec)
export(bal_accuracy)
export(bal_accuracy_vec)
export(brier_class)
export(brier_class_vec)
export(brier_survival)
export(brier_survival_integrated)
export(brier_survival_integrated_vec)
export(brier_survival_vec)
export(ccc)
export(ccc_vec)
export(check_class_metric)
export(check_dynamic_survival_metric)
export(check_numeric_metric)
export(check_prob_metric)
export(check_static_survival_metric)
export(class_metric_summarizer)
export(classification_cost)
export(classification_cost_vec)
export(concordance_survival)
export(concordance_survival_vec)
export(conf_mat)
export(curve_metric_summarizer)
export(curve_survival_metric_summarizer)
export(demographic_parity)
export(detection_prevalence)
export(detection_prevalence_vec)
export(dots_to_estimate)
export(dynamic_survival_metric_summarizer)
export(equal_opportunity)
export(equalized_odds)
export(f_meas)
export(f_meas_vec)
export(finalize_estimator)
export(finalize_estimator_internal)
export(gain_capture)
export(gain_capture_vec)
export(gain_curve)
export(get_weights)
export(huber_loss)
export(huber_loss_pseudo)
export(huber_loss_pseudo_vec)
export(huber_loss_vec)
export(iic)
export(iic_vec)
export(j_index)
export(j_index_vec)
export(kap)
export(kap_vec)
export(lift_curve)
export(mae)
export(mae_vec)
export(mape)
export(mape_vec)
export(mase)
export(mase_vec)
export(mcc)
export(mcc_vec)
export(metric_set)
export(metric_summarizer)
export(metric_tweak)
export(metric_vec_template)
export(metrics)
export(mn_log_loss)
export(mn_log_loss_vec)
export(mpe)
export(mpe_vec)
export(msd)
export(msd_vec)
export(new_class_metric)
export(new_dynamic_survival_metric)
export(new_groupwise_metric)
export(new_integrated_survival_metric)
export(new_numeric_metric)
export(new_prob_metric)
export(new_static_survival_metric)
export(npv)
export(npv_vec)
export(numeric_metric_summarizer)
export(poisson_log_loss)
export(poisson_log_loss_vec)
export(ppv)
export(ppv_vec)
export(pr_auc)
export(pr_auc_vec)
export(pr_curve)
export(precision)
export(precision_vec)
export(prob_metric_summarizer)
export(recall)
export(recall_vec)
export(rmse)
export(rmse_vec)
export(roc_auc)
export(roc_auc_survival)
export(roc_auc_survival_vec)
export(roc_auc_vec)
export(roc_aunp)
export(roc_aunp_vec)
export(roc_aunu)
export(roc_aunu_vec)
export(roc_curve)
export(roc_curve_survival)
export(rpd)
export(rpd_vec)
export(rpiq)
export(rpiq_vec)
export(rsq)
export(rsq_trad)
export(rsq_trad_vec)
export(rsq_vec)
export(sens)
export(sens_vec)
export(sensitivity)
export(sensitivity_vec)
export(smape)
export(smape_vec)
export(spec)
export(spec_vec)
export(specificity)
export(specificity_vec)
export(static_survival_metric_summarizer)
export(tidy)
export(validate_estimator)
export(yardstick_any_missing)
export(yardstick_remove_missing)
import(rlang)
import(vctrs)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(generics,tidy)
importFrom(lifecycle,deprecated)
importFrom(utils,globalVariables)
useDynLib(yardstick, .registration = TRUE)