forked from ShichenXie/scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.05 KB
/
DESCRIPTION
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
Package: scorecard
Version: 0.1.9
Title: Credit Risk Scorecard
Description:
The `scorecard` package makes the development of credit risk scorecard
easier and efficient by providing functions, such as information
value, variable filter, optimal woe binning, scorecard scaling and
performance evaluation etc.
The references including:
1. Refaat, M. (2011, ISBN: 9781447511199). Credit Risk Scorecard:
Development and Implementation Using SAS.
2. Siddiqi, N. (2006, ISBN: 9780471754510). Credit risk scorecards.
Developing and Implementing Intelligent Credit Scoring.
Authors@R: person("Shichen", "Xie", , "xie@shichen.name", c("aut", "cre"))
Depends:
R (>= 3.1.0)
Imports:
data.table (>= 1.10.0),
ggplot2, gridExtra,
foreach, doParallel, parallel
Suggests:
knitr, rmarkdown, pkgdown
License: MIT + file LICENSE
URL: https://github.com/ShichenXie/scorecard
BugReports: https://github.com/ShichenXie/scorecard/issues
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)
Encoding: UTF-8