Skip to content

FanHansen/creditmodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creditmodel

creditmodel, 模型,评分卡,scorecard, vintage, automatic modeling

Toolkit for Credit Modeling Analysis and Visualization

Dong Fan

2019-08-18

Introduction

The creditmodel package provides a highly efficient R tool suite for Credit Modeling Analysis and Visualization. Contains infrastructure functionalities such as data exploration and preparation, missing values treatment, outliers treatment, variable derivation, variable selection, dimensionality reduction, grid search for hyper parameters, data mining and visualization, model evaluation, strategy analysis etc. creditmodel is designed to make the development of binary classification models (machine learning based models as well as credit scorecard) simpler and faster.

creditmodel can facilitate reliable predictive models (such as scorecard) and data analysis on a standard laptop computer within minutes.

Installation

You can install the stable release of creditmodel from CRAN with:

install.packages('creditmodel')

You can also install the development version of creditmodel from Github with:

remotes::install_github("ShixiangWang/sigminer")

Loading

require(‘creditmodel’)
## 载入需要的程辑包:creditmodel
## Registered S3 methods overwritten by 'ggplot2':
##  method         from 
##  [.quosures     rlang
##  c.quosures     rlang
##  print.quosures rlang

About

creditmodel, 模型,评分卡,scorecard, vintage, automatic modeling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published