Original Source of Dataset:
http://insideairbnb.com/get-the-data.html
Code:
Cleaning.r - For intially cleaning of the dataset (listings.csv)
Model.py – Models predicting is Superhost (Python)
Multilisting.r – Data Exploration and analysis of multilistings by a host. (R)
Model.html – For convenience you may view Model.html to see the pre-executed results generated by the code using Jupyter. (Generated by Model.ipynb; for model.py)
MSD_Airbnb_Slides.pdf – Contains the slides of the presentation
Python Libraries needed to run the code: Numpy, Pandas, scikit learn, matplotlib