Git Product home page Git Product logo

predicting-credit-risk's Introduction

This project was done for the University of Pennsylvania Data Analytics Bootcamp using Python and the libraries Pandas and Scikit-Learn working in a Jupyter Notebook. The goal of the project was to explore how two different supervised machine learning models would perform when using loan data to predict credit risk. The first step in this project was to prepare the data by dropping an unneeded column from the training data to match the test data, converting categorical to numeric using Get Dummies for both the training and test data, and separating the target from the features for both the training and test data. After preparing the data, two models were trialed: Logistic Regression and Random Forest. After the first round of training, testing, and scoring, the data was scaled with Standard Scaler and the models were trained, tested, and scored again on scaled data. The Random Forest model initially performed better but after scaling the data the Logigistic Regression model turned out to be better. This seems to indicate that when working with this type of data and a Logistic Regression model, scaling the data is key.

predicting-credit-risk's People

Contributors

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