-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
DESCRIPTION
executable file
·42 lines (42 loc) · 1.3 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
31
32
33
34
35
36
37
38
39
40
41
42
Package: scorecard
Version: 0.4.4
Title: Credit Risk Scorecard
Description:
The `scorecard` package makes the development of credit risk scorecard
easier and efficient by providing functions for some common tasks,
such as data partition, variable selection, woe binning, scorecard scaling,
performance evaluation and report generation. These functions can also used
in the development of machine learning models.
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", , "[email protected]", c("aut", "cre"))
Depends:
R (>= 3.5.0)
Imports:
data.table (>= 1.10.0),
ggplot2,
gridExtra,
foreach,
doParallel,
parallel,
openxlsx,
stringi,
cli,
xml2,
xefun (>= 0.1.3)
Suggests:
knitr,
rmarkdown,
pkgdown,
testthat
License: MIT + file LICENSE
URL: https://github.com/ShichenXie/scorecard, http://shichen.name/scorecard/
BugReports: https://github.com/ShichenXie/scorecard/issues
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE, old_usage = TRUE)
Encoding: UTF-8