Git Product home page Git Product logo

all-lending-club-loan-data's Introduction

All-Lending-Club-Loan-Data

Jupyter notebook I achieved precision of 88%, but it should be more, in lecture https://www.udemy.com/course/python-for-data-science-and-machine-learning-bootcamp/learn/lecture/17739848#questions, the obtained precision was 97%, because of preprocessing and feature engineering.

Points to be noted-

  1. use one hot encoding instead of label encoder
  2. using columns like issue_d was a data leakage, so domain knowledge is important for choosing columns while training
  3. many columns have same meaning or provides same information
  4. normalisation should be done at the very last , just before training model, and it should not be done one by one for every column, but for whole dataframe
  5. due to inbalance in dataset itself, the model has only around 90% accuracy
  6. for ann if data is very large, use only 25-50 epochs, and batch size should be more to avoid overfitting on large data
  7. for ann if ram of device is less, then sample 10% of data and then train

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.