Skip to content

datascienceid/dsiex-termdeposit

Repository files navigation

Term Deposit Prediction

This project is about predicting Term Deposit Subscriber. This project is part of DSI Data Exhibitions.

Setup

Start the project with environment setup and run the jupyterlab

pip install virtualenv
virtualenv dsi
source dsi/bin/activate
pip install -r requirements.txt
jupyter lab

or run this script for windows users

pip install virtualenv
virtualenv dsi
.\dsi\Scripts\activate
pip install -r requirements.txt
jupyter lab

or run this repo in this docker

Structure

    |--artifacts
    |--data
        |--raw
        |--interim
        |--processed
        |--externals
    |--notebooks
    |--queries
    |--reports
        |--figures
    |--src

Summary Results

Iteration 2 Results

The best features to predict Term Deposit is Duration. The longer the call duration, the more possible a customer become subscriber. However, because this relation is still correlation (not causation) the customer interest that may make the duration call longer.

drawing

Also, the evaluation of the model is still low. The Recall is 0.63 with Precision 0.42. There should be a better feature engineering to be done.

Reference

  • This project use data science template here
  • Data source here
  • Credit to Nadif for the data

About

DSI Exhibition use case about term deposit prediction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published