Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjdharamsi/modelling-social-data-2017-project


https://github.com/tjdharamsi/modelling-social-data-2017-project

data-visualization machine-learning ml modeling social-data

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Modelling-Social-Data-2017-Project

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