Giter VIP home page Giter VIP logo

udacity-mlops-nanodegree's Introduction

Predict Customer Churn

  • Project Predict Customer Churn of ML DevOps Engineer Nanodegree Udacity

Project Description

This project trains two classification machine learning model (randomforest and logistic regression) to predict the likelihood of bank customers to churn. Other than training, the raw notebook ( churn_notebook.ipynb) is rewitten to PEP8 standard and scores a near 8.0/10 on pylint scale.

Files and data description

  1. The training and testing datasets are found in data
  2. A quick intuition into the dataframe through plots can be found in ./images/results
  3. The trained models are saved in ./models
  4. A refactor and modularized version of ./churn_notebook.ipynb is saved as ./churn_library.py

Running Files

  1. Create environment:
conda create --name churn_predict python=3.6 
conda activate churn_predict
  1. Install packages:
conda install --file requirements.txt
  1. Run churn prediction:
python churn_library.py
  1. Test churn prediction:
python churn_script_logging_and_tests.py

udacity-mlops-nanodegree's People

Contributors

kunle-xy 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.