-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
42 lines (41 loc) · 1005 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(augment,lcpa_fit)
S3method(bake,step_dummy_threshold)
S3method(eval_accuracy,lcpa_fit)
S3method(eval_auc,lcpa_fit)
S3method(eval_cal,lcpa_fit)
S3method(eval_logloss,lcpa_fit)
S3method(eval_precision,lcpa_fit)
S3method(eval_recall,lcpa_fit)
S3method(glance,lcpa_fit)
S3method(lcpa,data.frame)
S3method(lcpa,default)
S3method(plot,lcpa_fit)
S3method(predict,lcpa_fit)
S3method(prep,step_dummy_threshold)
S3method(print,lcpa_fit)
S3method(summary,lcpa_fit)
S3method(tidy,lcpa_fit)
export("%>%")
export(augment)
export(bake)
export(eval_accuracy)
export(eval_auc)
export(eval_cal)
export(eval_logloss)
export(eval_precision)
export(eval_recall)
export(glance)
export(lcpa)
export(predict)
export(prep)
export(step_dummy_threshold)
export(tidy)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(rlang,.data)
importFrom(stats,predict)