forked from ayhandis/creditR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(max,gini.model)
S3method(summary,default.flag)
S3method(time,series.gini)
export(Adjusted.Binomial.test)
export(Adjusted.Herfindahl.Hirschman.Index)
export(Anchor.point)
export(Binomial.test)
export(Gini.univariate)
export(Gini.univariate.data)
export(Gini_elimination)
export(Herfindahl.Hirschman.Index)
export(IV.calc)
export(IV.calc.data)
export(IV_elimination)
export(Kolmogorov.Smirnov)
export(PSI.calc)
export(PSI.calc.data)
export(SSI.calc)
export(SSI.calc.data)
export(bayesian.calibration)
export(chisquare.test)
export(correlation.cluster)
export(k.fold.cross.validation.glm)
export(master.scale)
export(missing_elimination)
export(missing_ratio)
export(na_checker)
export(na_filler_contvar)
export(regression.calibration)
export(scaled.score)
export(train_test_balanced_split)
export(train_test_split)
export(variable.clustering)
export(variable.clustering.gini)
export(vif.calc)
export(woe.get.clear.data)
export(woe.glm.feature.importance)
export(woe.table.calc)
import(MLmetrics)
import(cluster)
import(magrittr)
import(woeBinning)