Giter Site home page Giter Site logo

hugohiraoka / bank_customer_churn_prediction Goto Github PK

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

Model to predict bank customer churn

HTML 53.63% Jupyter Notebook 46.37%
adam-optimizer batch-normalization dropout gridsearchcv hyperparameter-optimization neural-networks randomizedsearchcv stochastic-gradient-descent

bank_customer_churn_prediction's Introduction

Bank Customer Churn Prediction

Mar 2 2023 | Hugo Hiraoka | [email protected]

Businesses like banks that provide service have to worry about the problem of 'Churn' i.e. customers leaving and joining another service provider. It is important to understand which aspects of the service influence a customer's decision in this regard. Management can concentrate efforts on the improvement of service, keeping in mind these priorities.

We will build a neural network-based binary classifier to predict whether the bank customer will churn or not in the next 6 months.

Data Description

The bank's dataset contains 10,000 sample points with 14 distinct features such as CustomerId, CreditScore, Geography, Gender, Age, Tenure, Balance, etc.

  • RowNumber: Unique index
  • CustomerId: Unique ID which is assigned to each customer
  • Surname: Last name of the customer
  • CreditScore: It defines the credit history of the customer.
  • Geography: A customer’s location
  • Gender: It defines the Gender of the customer
  • Age: Age of the customer
  • Tenure: Number of years for which the customer has been with the bank
  • NumOfProducts: It refers to the number of products that a customer has purchased through the bank.
  • Balance: Account balance
  • HasCrCard: It is a categorical variable that decides whether the customer has a credit card or not.
  • EstimatedSalary: Estimated salary
  • isActiveMember: It is a categorical variable that decides whether the customer is an active member of the bank or not ( Active member in the sense, using bank products regularly, making transactions, etc )
  • Exited: It is a categorical variable that decides whether the customer left the bank within six months or not. It can take two values: 0=No (Customer did not leave the bank ) 1=Yes ( Customer left the bank ).

bank_customer_churn_prediction's People

Contributors

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