← back

Our team project was to take an Airbnb dataset for New York in 2019, and apply machine learning approaches to analyse business trends.

Our team chose this business question.

Is a proposed price for a given room type in a given neighbourhood underpriced, in price range, or overpriced?

My part of the project was to take the dataset which had been "cleaned" by another team member, and use Neural Architecture Search techniques to choose a machine learning model to answer our business question. Here is my Jupyter Notebook.

I wanted to show the results from the Decision Tree model with an interactive interface, so I made this web app.

You can choose a neighbourhood and a room type, and the app shows a map of the neighbourhood and the expected price range on a graph. You can then choose an example room price to compare with the price range.

Please try out my web app below!