Learn R Programming

autoScorecard (version 0.3.0)

Fully Automatic Generation of Scorecards

Description

Provides an efficient suite of R tools for scorecard modeling, analysis, and visualization. Including equal frequency binning, equidistant binning, K-means binning, chi-square binning, decision tree binning, data screening, manual parameter modeling, fully automatic generation of scorecards, etc. This package is designed to make scorecard development easier and faster. References include: 1. . 2. Dong-feng Li(Peking University),Class PPT. 3. . 4. .

Copy Link

Version

Install

install.packages('autoScorecard')

Monthly Downloads

245

Version

0.3.0

License

AGPL-3

Maintainer

Tai-Sen Zheng

Last Published

June 13th, 2023

Functions in autoScorecard (0.3.0)

psi_cal

PSI Calculation Function
noauto_scorecard2

Manually Input Parameters to Generate Scorecards The basic score is dispersed into each feature score
comparison_two_data

Compare the Distribution of the Two Data
data_detect

Data Description Function
get_IV

Function to Calculate IV Value
rep_woe

Replace Feature Data by Binning Template
binning_eqwid

Equal Width Binning
best_vs

The Combination of Two Bins Produces the Best Binning Result
comparison_two

Compare the Distribution of the Two Variable Draw box plots, cdf plot , QQ plots and histograms for two data.
bins_unsupervised

Unsupervised Automatic Binning Function By setting bin_nums, perform three unsupervised automatic binning
binning_eqfreq

Equal Frequency Binning
binning_kmean

The K-means Binning The k-means binning method first gives the center number, classifies the observation points using the Euclidean distance calculation and the distance from the center point, and then recalculates the center point until the center point no longer changes, and uses the classification result as the binning of the result.
best_iv

Calculate the Best IV Value for the Binned Data
auto_scorecard

Functions to Automatically Generate Scorecards
bins_chim

Chi-Square Binning Chi-square binning, using the ChiMerge algorithm for bottom-up merging based on the chi-square test.
bins_tree

Automatic Binning Based on Decision Tree Automatic Binning Based on Decision Tree(rpart).
noauto_scorecard

Manually Input Parameters to Generate Scorecards
filter_var

Data Filtering
plot_board

Data Painter Function Draw K-S diagram, Lorenz diagram, lift diagram and AUC diagram.