forked from ShichenXie/scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
49 lines (47 loc) · 1.03 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
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/slide/20171115scorecard/
- icon: fa-github fa-lg
text: "github"
href: https://github.com/ShichenXie/scorecard
reference:
- title: "dataset prepareing"
contents:
- germancredit
- split_df
- title: "variable selection"
contents:
- iv
- var_filter
- title: "woe binning"
contents:
- woebin
- woebin_plot
- woebin_adj
- woebin_ply
- title: "model performance"
contents:
- perf_eva
- perf_psi
- title: "scorecard scaling"
contents:
- scorecard
- scorecard_ply