Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 809 Bytes

Notebooks

This directory contains a collection of Jupyter notebooks that use the address data in fun and interesting ways.

Installation

Download Jupyter notebook

Install the dependencies of all notebooks with

pip install -r requirements.txt 

Notebooks

Exploring the address data

Exploration of the address dataset from BOSA. In this notebook we present the most common streetnames, the longest streetnames and the streets with the highest amount of houses.

Address heatmap

We create a heatmap of all the addresses in Belgium, where brighter areas mean a higher density of addresses.

Word Embeddings

Inspired by creatingdata.us/etc/streets/ we try to compute word vectors for each streetname and then visualize the relationship between streetnames.