Udacity Data Science Nanodegree
- Python versions 3.*.
- Python libraries:
- Pandas
- Numpy
- Matplotlib
- Seaborn
- Scikit learn
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.
-
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.
-
Starbucks_Capstone_notebook.* : contains all the work.
The main findings of the code can be found here
Credits must be given to Udacity for the starter codes and Starbucks for provding the data used by this project.