-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
82 lines (81 loc) · 2 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
# Generated by roxygen2: do not edit by hand
export(Curve_Data)
export(LRfit)
export(LRpredict)
export(collElimination)
export(collElimination2)
export(convertCutPoints)
export(convertType)
export(crossValidation)
export(delFewValues)
export(delNArate)
export(delSinvalPercent)
export(dfBinningFun)
export(dfIV)
export(excludeCol)
export(executeBinFun_df)
export(extfromFit)
export(fread_basedict)
export(genConfigList)
export(getEqualFreqCuts)
export(getIV)
export(getWOE)
export(insertElement)
export(maxSinvalPercent)
export(myCurves)
export(myks)
export(preBinningFun)
export(psi)
export(rawPredictFun_df)
export(smbinning2)
export(splitData)
export(sumIV)
export(transformScore)
export(woeEncodeFun_df)
import(ggplot2)
importFrom(RColorBrewer,brewer.pal)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(broom,tidy)
importFrom(caret,createFolds)
importFrom(data.table,fread)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,boxplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(pROC,roc)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,parSapply)
importFrom(parallel,stopCluster)
importFrom(plotROC,geom_roc)
importFrom(plotROC,style_roc)
importFrom(plyr,alply)
importFrom(showtext,showtext_auto)
importFrom(smbinning,smbinning)
importFrom(smbinning,smbinning.custom)
importFrom(smbinning,smbinning.factor)
importFrom(smbinning,smbinning.plot)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,step)
importFrom(sysfonts,font_add)
importFrom(utils,write.csv)
importFrom(vcd,spine)