Description Usage Arguments Examples
View source: R/credit.scorecard-package.R
Create scorecard as data.frame
1 | dt_score(score)
|
score |
A scorecard generated by |
1 2 3 4 5 6 7 8 9 10 11 12 13 | # Not run
data("germancredit")
dt = dt_prepare(dataset = germancredit, y = "creditability", positive_y = "bad")
# Create scorecard
score = create_scorecard(dt)
# Convert scorecard as data.frame
scorecards = dt_score(score)
scorecards
# End Not run
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.