Team Members: Akhil Jagarlamudi, Arina Konnova, Maria Yakovlev, Yang Yu, Baraa Zekeria
This project aims to analyze the impact of artificially changing wait times for DoorDash deliveries on customer satisfaction. By conducting an A/B test, we seek to determine if adjusting wait times influences customer satisfaction positively or negatively.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/bzekeria/dsgn160-project.git
-
Before you make any edits, always pull the repo
cd dsgn160-project
git pull
-
When finished making changes, push the repo
git add file_name_here
git commit -m "Your commit message here"
git push origin main