Giter VIP home page Giter VIP logo

banking-prediction-ml's Introduction

Banking-prediction-Ml

Data Overview and Dividing Data in train and Test Applying Logistics Regression Algorithm & Prediction Applying Random Forest Algorithm & Prediction K-Fold Cross Validation for improving the output This dataset is originally from the National Institute of Diabetes and Digestive and Kidney Diseases.

The objective of the dataset is to diagnostically predict whether or not a patient has diabetes, based on certain diagnostic measurements included in the dataset.

We use train test split method of sklearn model section library to split the data in training and testing dataset.

Logistic Regression is used in classification problems. It helps getting the binary prediction.

For example: Whether the credit card customer will do fraud or not Whether someone will have the cancer or not Whether a team will win a match or not

It is an advance classification and regression algorithm that gives much better classification accuracy, also it is used in the regression problems as well for the purpose of forecasting.

It works like a decision tree and create hundreds of trees and prune them to get the quality aggregated output. K-Fold cross validation helps overcome the issue of overfitting as it exposes the entire data to train and test algorithm while training the alogorithm.

Based on then number we choose for K, it creates k-1 sets for training and the rest one set for testing. And repeat the process k-1 times.

For ex. If the value of k is 10, then it will divide the datset in 10 fold where in first iteration first 9 sets will be used in training and 10th will be used in testing. In the 2nd iteration, first 8 and 10th set will be used in training and 9th set will be used in testing. It repeats this step 9 times.

Model Evaluation Techniques Classification model is evaluated by two different techniques

Confusion Matrix ROC Curve

banking-prediction-ml's People

Contributors

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