/maps-visualization

Map visualization tool enabling users to create a colored region map showing where they should go for food. Built with Python, visualized using a Voronoi diagram.

Primary LanguagePython

Visualizing Restaurant Ratings

A visualization of restaurant ratings using machine learning and the Yelp academic dataset. In this visualization, Berkeley is segmented into regions, where each region is shaded by the predicted rating of the closest restaurant (yellow is 5 stars, blue is 1 star). Specifically, the visualization is based on a Voronoi diagram. In the map produced, each dot represents a restaurant. The color of the dot is determined by the restaurant's location. For example, downtown restaurants are colored green. The user that generated this map has a strong preference for Southside restaurants, and so the southern regions are colored yellow.