Giter Club home page Giter Club logo

daiha98 / credit_scoring Goto Github PK

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

RMarkdowns and HTML output files about credit risk and score in loan request process. Includes Data Analysis (DA) & Machine Learning (ML) codes. For deployment, the API was built using Plumber and Docker to host my application.

RMarkdown 92.85% Dockerfile 0.84% R 5.50% Python 0.82%
r rmarkdown data-analysis data-science dockerfiles machine-learning plumber-api python3 xgboost

credit_scoring's Introduction

README

1. INTRODUCTION:

  • This file contains the informations about a dataset that is related to credit risk & score. It's a tiny dataset with about 40000 rows and 29 variables that the goal is to work with data analysis/visualization and machine learning algorithms to predict the target BAD.

2. PROGRAMMING LANGUAGE:

  • This code was made on R, which is a language that is not entirely unlike (versions 3 and 4 of) the S language developed at AT&T Bell Laboratories by Rick Becker, John Chambers and Allan Wilks. R is free software distributed under a GNU-style copyleft. The core of R is an interpreted computer language with a syntax superficially similar to C, but which is actually a "functional programming language" with capabilities similar to Scheme. The language allows branching and looping as well as modular programming using functions.

3. ABOUT THE DATASET:

  • The 'CreditScoring' data frame dim contains 40000 rows and 29 variables:

    • V1 = Index counter;
    • clientId = Client index;
    • shopId = Loan index;
    • gender = Client gender;
      • 'F' = Feminino
      • 'M' = Masculino
    • maritalStatus = Client marital status;
      • 'C' = Casado
      • 'D' = Divorciado
      • 'S' = Solteiro
      • 'V' = Viúvo
      • 'O' = Outros
    • age = Client age;
    • numberOfDependents = Client number of dependents;
    • education = Client schooling;
    • flagResidencialPhone: Flag if client has declared residencial phone;
      • Y = Sim
      • N = Não
    • areaCodeResidencialPhone: Area code from declared residencial phone;
    • bestPaymentDay: Choosen day client has declared as best day to pay a loan;
    • shopRank: Loan rank on plataform;
    • residenceType: Client residence type;
      • 'P' = Própria
      • 'A' = Alugada'
      • 'C' = Compartilhada
      • 'O' = Outros
    • monthsInResidence: Number of months client is living in declared residence;
    • flagMothersName: Flag if client has declared mothers name;
      • Y = Sim
      • N = Não
    • flagFathersName: Flag if client has declared fathers name;
      • Y = Sim
      • N = Não
    • flagResidenceTown_WorkingTown: Flag if client live in his/her working town;
      • Y = Sim
      • N = Não
    • flagResidenceState_WorkingState: Flag if client live in his/her working state;
      • Y = Sim
      • N = Não
    • monthsInTheJob: Number of months client is working in his/her actual job;
    • professionCode: Client profession code
    • mateIncome: Client mate income
    • flagResidencialAddress_PostalAddress: Flag validation zip code client;
      • Y = Sim
      • N = Não
    • flagOtherCard: Flag if client has others credit card;
      • Y = Sim
      • N = Não
    • quantityBankAccounts: Client number of bank accounts;
    • flagMobilePhone: Flag if client has mobile phone;
      • Y = Sim
      • N = Não
    • flagContactPhone: Flag if client has contact phone;
      • Y = Sim
      • N = Não
    • personalNetIncome: Client personal income;
    • codeApplicationBooth: Code where client requested his/her loan application;
    • BAD: Flag if client has delayed his/her loan
      • 0 = Adimplente
      • 1 = Inadimplente

credit_scoring's People

Contributors

daiha98 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.