Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.87 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.87 KB

starbucks capstoneimage

Project Overviewn

This is an in-depth data analysis and simulates data of how mobile app users respond to offers sent out by Starbucks. With a better understanding of customer behavior, Starbucks would be able to improve by promotional offers.

File Description

Starbucks_Capstone_notebook.ipynb: Notebook containing the data analysis. Starbucks_Capstone_notebook.html: An HTML file of the jupyter notebook. data/portfolio.json: containing offer ids and meta data about each offer (duration, type, etc.). data/profile.json: demographic data for each customer. data/transcript.json: records for transactions, offers received, offers viewed, and offers complete

Problem Statement and Metrics

-What is the most gender and age ? -What is the most registration members year ? -What is the most event in gender and age ? -What is the most viewed offer count in difficulty, duration, offer_type and reward ? -What is the most complet offer count in difficulty, duration, offer_type and reward ? -What is the most transcript in gender ,age and registration members for each year ? -What is the most offer type each age ? After Predict -What is the most gender and age in 2018 year ? -What is the most offer type of gender in 2018 year ? -What is the most offer type age in 2018 year ?

Tech Stack

  • Python3 is the main language.
  • Numpy, Pandas, matplotlib, seaborn, and sklearn are the main packages that were used.
  • Jupyter Notebook is where the code is hosted.

Author and Acknowledgement

  • Udacity provided this Data Science Nanodegree Program and the access to this dataset.

  • medium For more details, please check the post available