Machine Learning is, nowadays, one of the most popular fields within data science due to its capabilities related to pattern identification, data simplification, and forecast elaboration.
Machine learning allows us to elaborate different models through training and testing data to create accurate predictions. Based on this, an app was elaborated to help new landlords to estimate the optimal price for their properties, in Amsterdam, in the case that the property is desired to be listed on Airbnb. The app also enables new landlords to get an overview of the properties listed on Airbnb, detailed by neighborhood.
The elaboration of the project was based on a random forest algorithm that does not just allow us to predict the outcome variable, which was the optimal price for an Airbnb accommodation based on some attributes such as neighbourhood or type of room, but also to identify the most essential variables to be included in the model. The following steps were carried out to obtain the desired outcome.
After the whole analysis was carried out, an app supported by R Shiny was developed to show in a more dynamic, friendly, and practical way the main outcomes obtained through the whole model. You can find the app through the following link: www.franciscoriano.shinyapps.io/Airbnb-price-estimation/
It is important to recall that this web app is just a prototype and indeed, new features and adjustments are planned to be included in the upcoming versions.
As main conclusions, it is possible to highlight the functionality and pragmatism of the random forest in machine learning as a tool to classify treatment variables and predict outcome variables. Additionally, it was understood that in order to carry out a machine learning solution successfully is not just a matter of code and mathematics but also it is important to know the context behind the variables and information included in the model.
This project was made with the collaboration of Lorenzo Taddei