Code Monkey home page Code Monkey logo

ibm-final-project-machine-learning-with-python's Introduction

IBM-Final-Project-Machine-Learning-with-Python

This is a project that I did as a part of the final project for IBM's course https://www.coursera.org/learn/machine-learning-with-python on Coursera.

This is a classification problem on a loan dataset. Various models like Logistic Regression, KNN Classifier, Decision Tree Classifier, Random Forest Classifier. The objective was to practice all the classification algorithms taught in the course and try to select a best performing model.

The Dataset

The dataset contains the past records of 346 customers whose loan are already paid off or defaulted. It includes following features:

Field Description
Loan_status Whether a loan is paid off on in collection
Principal Basic principal loan amount at the
Terms Origination terms which can be weekly (7 days), biweekly, and monthly payoff schedule
Effective_date When the loan got originated and took effects
Due_date Since it’s one-time payoff schedule, each loan has one single due date
Age Age of applicant
Education Education of applicant
Gender The gender of applicant

Performance Report

After comparing the various models, these conclusions were obtained:

Algorithm Jaccard F1-score LogLoss
KNN 0.740741 0.851064 NA
Decision Tree 0.680851 0.810127 NA
SVM 0.740741 0.630418 NA
LogisticRegression 0.740741 0.630418 8.9547

ibm-final-project-machine-learning-with-python's People

Contributors

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