Skip to content

Evaluation and analysis of Google Play app success with focus on review sentiment and application domain/category

Notifications You must be signed in to change notification settings

lopezaly/googleplay_sentiment

Repository files navigation

Google Play Review Sentiment and App Success

Overview

This project seeks to uncover factors that influence Google Play application installs, which serves as a proxy for app success. Two datasets are merged and analyzed to address two hypotheses:

  • review sentiment impacts the number of app installs
  • app category impacts the number of app installs

google phone

Problem

Google play store apps are typically accompanied by user reviews sorted from most to least helpful. Prospective users make the decision to install apps for a variety of reasons, and in this study we seek to uncover the relationship between review sentiment and installation rate. The following questions is addressed: “How much influence does review sentiment have on overall installs?”

Approach

Two datasets were obtained from Kaggle and Datacamp.

  • apps.csv: contains all the details of the apps on Google Play. These are the features that describe an app.
  • user_reviews.csv: contains 100 reviews for each app, most helpful first. The text in each review has been pre-processed, passed through a sentiment analyzer engine and tagged with its sentiment score

Exploratory, ANOVA, and Regression analyses are conducted to adress the project question.

Results

  • Games , Productivity and News and Magazine apps have significantly higher Install rates
  • 0.1 increase in sentiment score leads to 5.75M decrease in installs (p=0.002)
  • Increase of sentiment score controlling for app size, price, and category is not significant

Conclusions

  • App sentiment is not a reliable metric of its success - further analyses using in-app data use may be a better metric
  • Negative reviews should be used to support product improvement rather than be used as a metric for it's success.
  • Higher utility apps will have high installation rates (including as news & productivity apps)

About

Evaluation and analysis of Google Play app success with focus on review sentiment and application domain/category

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published