Skip to content

Experimental Design Capstone: Using hypothesis testing to determine if free apps with ads enabled on average get lower ratings than paid apps.

Notifications You must be signed in to change notification settings

mathisme/ThinkfulDSCapstone1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental Design Capstone: Do free ad-enabled apps get lower ratings than paid apps?

This is my capstone project on experimental design for Thinkful’s Data Science Flex program. For this capstone we were to complete a buisness research project. Steps involved

  • Write a research proposal
  • Run a hypothesis test, analyze and write up results
  • Create a power point presentation

Included in this repository

Background

As someone who uses apps and gets annoyed by all the advertisements popping up in free apps, I was curious to see if free ad-enabled apps get lower ratings on average than paid apps without ads. To examine thiis, I chose the Google Play Store Apps dataset found on Kaggle. The dataset can be found here: https://www.kaggle.com/gauthamp10/google-playstore-apps Although this is not for any buisness purpose, developers can see from my research that having ads does not significantly effect user ratings.

Steps

  • An exploratory data analysis was performed on the data
  • As a t-test was to be used, the ratings column needed to be transformed to make it more normal
  • A/A testing was used to test for bias
  • A one sided t-test was performed and results analyzed
  • To derive a confidence interval on the non-transformed 'ratings' column, bootstrapping was utilized

Tools Used

  • Numpy
  • Pandas
  • Scipy
  • Matplotlib

To do in the future

Find data on user reviews and see if ads effect review sentiment

About

Experimental Design Capstone: Using hypothesis testing to determine if free apps with ads enabled on average get lower ratings than paid apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published