This repository implements a model to estimate the real estate prices of old apartments in Paris. The model takes a geographical coordination and returns an estimate of the price per square meter.
- List of real estate transactions carried out on the entire French territory since 2014
- List of cadastral parcels in Paris
All source files are to be found in src/
- Download data with
data_downloader.py
. This creates thedata/
folder - Filter and join data with
data_filter.py
- Find ideal model parameters with
model_trainer.py
- Use model to correlate real estate prices with coordinates with
price_estimator.py
A more thorough documentation of the code can be found in the documentation.ipynb
jupyter notebook.