Justin F. Gill

'In the middle of difficulty lies opportunity.' – Albert Einstein

Projects

Anonymous Company Video Analysis, PowerPoint & Tableau Visualization

This project is concerned with analyzing the features and view counts of 100 videos from an anonymous company. Using different statistical tools, we can categorize the videos into being: hot, stable or part of everything else. The insight gained from classifying the videos will hypothetically be used to inform the rest of the company on video placement among the website to optimize viewer interactions. The data is then prepared in Tableau and outputted to a PowerPoint for a presentation that can be given to the company.

Libraries: Pandas, Numpy, Seaborn, Matplotlib, xlrd

United Soccer League Web Scraper, Analysis & Tableau Dashboard

This project is concerned with collecting all individual player data in the United Soccer League by scraping the USL website. This data is then used to make statistical comparisons between Reno 1868 and their next opponent using Plotly and Tableau to create visual charts and a dashboard on a weekly basis to track the current soccer season.

Libraries: Pandas, Numpy, Seaborn, Matplotlib, Sqlite, Selenium, Scikit-learn, Plotly

2017 Washoe Sales Report Analysis & Prediction

This is an in-depth analysis of residential homes in Washoe County using the 2017 Washoe County Sales Report from the Washoe County website. We will use a subset of the Sales Report to look at residential housing and determine housing sales, prices, locality, space, and other insightful information. This project also uses sklearn to create a linear regression model that predicts housing prices for Washoe County.

Libraries: Pandas, Numpy, Seaborn, Matplotlib, Scikit-learn, xlrd

Fitness Web Application with Flask

This project is a web application designed to help users track their fitness goals and progress using Flask. Users can log their workouts, set goals, and view progress reports. The application provides a user-friendly interface and integrates with a database to store user data securely.

Libraries: Flask, SQLAlchemy, Jinja2, Bootstrap

16-17' NBA Analysis

This is an exploratory data analysis project used to examine the 2016-17 NBA season using the NBA player stats dataset from Kaggle.com. By using libraries like Seaborn, Pandas, and Numpy, we can look at detailed information about players, leaderboards of the 2017 season, and observe trends from previous seasons compared to the 16-17' season, giving important information on player's performance.

Libraries: Pandas, Numpy, Seaborn, Matplotlib

City Cycle Consumption Prediction

This is a problem drawn from the UCI machine learning repository. We are given features such as car displacement, weight, car name, etc., and are tasked with creating a regression model to predict miles per gallon fuel consumption of a specific car.

Libraries: Pandas, Numpy, Seaborn, Matplotlib, Scikit-learn