Uber Reviews Text Analysis

Exploratory Analysis, Bag of Words, Logistic Regression

Andrew Hershy
Towards Data Science
8 min readJul 16, 2019

--

Introduction

This project outlines a text-mining classification model using bag-of-words and logistic regression. We will attempt to understand the relationship between Uber text reviews and ride ratings. This is a great place to start if you’re relatively new to unstructured data analysis…

--

--