sarajcev / singapore

Pricing real estates in Singapore using Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of real estate market in Singapore with Python

Analysis of Singapore real estate market in the period: July 2015 to July 2016. Data contains real estate prices (from actual transactions) for the several selected districts of Singapore. It is obtained from the Urban Redevelopment Authority of Singapore. Analysis is carried out in Python.

alt text

Following Python packages have been employed: Numpy, Scipy, Pandas, Seaborn, Folium, Scikit-learn, TensorFlow.

Analysis features exploration of the dataset of actual real estate transactions, using pandas, seaborn and folium. Real estates are geolocated and presented on an interactive folium map. Analysis of real estates, based on their distance from the Metro stations, using data from MyTransport Singapore, is provided. A simple attempt at using a Machine Learning to predict unit prices (in $ per square meter) for real estates, based on the features found in the dataset, is provided as well.

The Jupyter Notebook can be seen rendered on nbviewer here

About

Pricing real estates in Singapore using Machine Learning

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%