Data source: http://insideairbnb.com/get-the-data.html (Chicago)
- calendar.csv - Information about the availability calendar for each listing
- listings.csv - Detailed listings data, including various features of each listing such as number of bedrooms, bathrooms, etc.
Goal:
- Predicting of Airbnb listing prices
- Analyze which variables would affect AirBnB rentals Based on these results, hosts are provided with the pricing strategy while guests would more understand how to choose their desirable rentals.
Outline:
- Exploratory data analysis of the calendar data
- Exploratory data analysis of the listing data
- Data preprocessing and feature creation/selection of the listing data
- Model building based on the listing data with several regressors
- Model tuning
- Feature importance
If the file is not loaded, please see: https://nbviewer.jupyter.org/github/fylinhub/Airbnb-Listing-Chicago/blob/master/Airbnb_listing_chicago.ipynb