GithubHelp home page GithubHelp logo

ceciliayu0821 / classification-model-comparison-and-improvement Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.23 MB

This project is about credit risk measurement for a bank. The project entailed a comprehensive analysis of client default tendencies relative to their backgrounds using advanced classification models, providing actionable insights by model comparison and refinement.

R 100.00%
boosting-algorithm classification credit-risk decision-tree knn logistic-regression random-forest svm

classification-model-comparison-and-improvement's Introduction

Classification Model Comparison and Improvement

This project is about credit risk measurement for a bank. The project entailed a comprehensive analysis of client default tendencies relative to their backgrounds using advanced classification models, providing actionable insights by model comparison and refinement.

Project Structure

The project is organized into the following components:

  • 'credit_risk_dataset.csv': The dataset overall contains 12 columns with information about clients' backgrounds and some traits of their loans. There are 32573 data points in total.

  • 'Data Analysis.R': The R code contains the entire steps taken in the data analysis process.
    Data Preprocessing - First, drop the rows with null values. Second, use synthetic data generation to deal with the unbalanced data. Third, apply correlation tests and principal component analysis.
    Model Analysis - Conduct a suite of 5 classification models (Logistic Regression, KNN, SVM, Decision Tree, Random Forest) to the data with/without PCA, respectively.
    Model Comparison - Compare the model performance based on various metrics (accuracy, sensitivity, specificity, ROC, AUC, F1-score).
    Model Combination - Combine and improve the model by integrating the top 3 performing models using Boosting techniques.

  • 'Paper.pdf': The final paper "Classification Model Comparison and Improvement Regarding Credit Risk".

  • 'Slide.pdf': The slide presented at the Annual Conference of Financial and Banking Perspectives.

Conclusions

According to the model comparison, KNN has the highest sensitivity and Random Forest has the highest of both specificity and accuracy. By integrating the top 3 performing models using Boosting techniques, we finally construct a model with an accuracy rate of 93%.

Contact Information

If you have any questions, please contact [[email protected]].

classification-model-comparison-and-improvement's People

Contributors

ceciliayu0821 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.