-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
Package: binnr
Type: Package
Title: Scorecard modeling in R
Version: 0.1.7
Author: Eric E. Graves [aut, cre]
Maintainer: Eric E. Graves <gravcon5@gmail.com>
Description: binnr is an R package that helps modelers build scorecards.
Scorecard models need to be more than predictive. Regulatory oversight
often necessitates they be transparent as well. Model transparency is
difficult to enforce in more predictive, non-linear methods such as neural
networks, random forest, or gradient boosted decision trees. Often direct
modeler intervention is required to ensure proper treatment is given for
values of independent variables. binnr makes it easy to do just that.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
methods,
stats
Imports:
Matrix,
glmnet
Suggests: R.rsp
VignetteBuilder: R.rsp
Collate:
'transform_class.R'
'performance_class.R'
'bin_class.R'
'discrete_class.R'
'continuous_class.R'
'binary_performance_class.R'
'classing_class.R'
'classing_adjust_method.R'
'data.R'
'imports.R'
'model_class.R'
'ops.R'
'scorecard_class.R'
'util.R'
'wrapper_funcs.R'
RoxygenNote: 6.0.1