forked from ShichenXie/scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·57 lines (56 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
S3method(replace_na,data.frame)
S3method(replace_na,default)
S3method(var_scale,data.frame)
S3method(var_scale,default)
export(gains_table)
export(iv)
export(one_hot)
export(perf_cv)
export(perf_eva)
export(perf_psi)
export(replace_na)
export(report)
export(scorecard)
export(scorecard2)
export(scorecard_ply)
export(split_df)
export(var_filter)
export(var_scale)
export(vif)
export(woebin)
export(woebin_adj)
export(woebin_plot)
export(woebin_ply)
import(data.table)
import(foreach)
import(ggplot2)
import(gridExtra)
import(openxlsx)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,IQR)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,cov2cor)
importFrom(stats,density)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,predict.glm)
importFrom(stats,qchisq)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,step)
importFrom(stats,vcov)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,tail)