Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.18 KB

Starbucks-Capstone-Project

Udacity Data Science Nanodegree

Installation

  • Python versions 3.*.
  • Python libraries:
    • Pandas
    • Numpy
    • Matplotlib
    • Seaborn
    • Scikit learn

Project Motivation

This project part of my Data Science Nanodegree, and the objective is to try to find how Starbucks customers use the app, and how well is the current offers system. more importantly, to find patterns and show when and where to give specific offer to a specific customer.

File Descriptions

  1. data:

    • portfolio.json - containing offer ids and meta data about each offer (duration, type, etc.).
    • profile.json - demographic data for each customer.
    • transcript.json - records for transactions, offers received, offers viewed, and offers completed.
  2. Starbucks_Capstone_notebook.* : contains all the work.

Results

The main findings of the code can be found here

Licensing, Author, Acknowledgements

Credits must be given to Udacity for the starter codes and Starbucks for provding the data used by this project.