As players progress through the game they will encounter gates that force them to wait some time before they can progress or make an in-app purchase. In this project, we will analyze the result of an A/B test where the first gate in Cookie Cats was moved from level 30 to level 40. In particular, we will analyze the impact on player retention and game rounds.
Firstly I analyzed the data and there was no missing value but there was one outlier in the data. Summary stats and plots help us to understand the data and problem.
we shared some details about game.
After applying A/B Testing, the analysis result gives us some important information. Shapiro Testing rejected H0 for Normality assumption.
Therefore we needed to apply a Non-parametric test as called Mann Whitney U to compare two groups. As a result, Mann Whitney U Testing rejected H0 hypothesis and found A/B groups are not similar!
Briefly, There are statistically significant difference between two groups about moving first gate from level 30 to level 40 for game rounds.
Python
Numpy,Pandas, Seaborn, matplotlib, Scipy
- Fork the project and clone it.
- create a different branch.
- Install the required libraries.
- change the code.
- Make sure to follow the PEP-8 style guide.
- Push the code and make a Pull requests with a brief introduction of the changes made.