-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
_pkgdown.yml
executable file
·64 lines (62 loc) · 1.32 KB
/
_pkgdown.yml
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
template:
params:
bootswatch: flatly
navbar:
title: scorecard
type: inverse
left:
- text: "Home" # icon: fa-home fa-lg
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Articles"
menu:
- text: "Developing a Credit Scorcard"
href: articles/demo.html
- text: "News"
href: news/index.html
right:
- icon: fa-file-powerpoint-o fa-lg
text: "slides"
href: http://shichen.name/slides/scorecard/
- icon: fa-money fa-lg
text: "donate"
href: http://shichen.name/donate/
- icon: fa-github fa-lg
text: "github"
href: https://github.com/ShichenXie/scorecard
reference:
- title: "data preparation"
contents:
- germancredit
- describe
- split_df
- replace_na
- one_hot
- var_scale
- title: "woe binning"
contents:
- woebin
- woebin_plot
- woebin_adj
- woebin_ply
- title: "variable selection"
contents:
- var_filter
- iv
- vif
- title: "model performance"
contents:
- perf_eva
- perf_cv
- perf_psi
- title: "scorecard scaling"
contents:
- scorecard
- scorecard2
- scorecard_ply
- scorecard_pmml
- title: "scorecard report"
contents:
- gains_table
- report