-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 893 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
# Generated by roxygen2: do not edit by hand
S3method(plot,reg_logreg)
S3method(predict,ds_logistic_reg)
S3method(predict,ds_logistic_reg_featx)
S3method(predict,ds_reg_logreg)
S3method(predict,ds_rf)
S3method(predict,logistic_reg)
S3method(predict,logistic_reg_featx)
S3method(predict,reg_logreg)
S3method(predict,rf)
export("%>%")
export(add_truth_data_ds_fcast)
export(ds_fcast)
export(ds_logistic_reg)
export(ds_logistic_reg_featx)
export(ds_reg_logreg)
export(ds_rf)
export(format_sec)
export(logistic_reg)
export(logistic_reg_featx)
export(make_extract_features)
export(make_standardizer)
export(reg_logreg)
export(rf)
export(score_ds_fcast)
import(stats)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,predict)
importFrom(utils,globalVariables)