top of page

Projects
Predicting House Prices
Using the most recently available data from the US Federal Reserve and Zillow Housing Data, a random forest machine learning model was created to predict future house prices. Python (Pandas, Numpy, Scikit-learn and Matplotlib) was used to create the model, along with importing, cleaning, merging, and exploring the data.

Sentiment Analysis
This project involves analyzing a dataset of TripAdvisor Hotel Reviews and finding out the most common words used within these reviews, along with the most popular emotions expressed in these reviews and whether they are positive or negative. R (packages such as ggplot2, tm, SnowballC, etc.) were used for the analysis.

bottom of page