Table of Contents
The main goal of this project is to predict the accommodation prices from Airbnb data and to determine the features responsible for the price.
In this project, I was interested in predicting accommodation prices with some intuitive analysis and modelling techniqies with help of Airbnb Seatle dataset from Kaggel.
- Finding all the key features which determine the price
- How to choose the right place for good price?
- What feature are directly correlated in the dataset?
- What are top features in predicting the price ?
- Which model would be useful to predict the price with some good accuracy?
Required libraries:
- Pandas
- Numpy
- Sckit Learn
- Linear Regression
- XGBoost
- Lets first explore the dataset first - Shape, type of columns and etc.
- Data preprocessing - Remove or imputing missing values & How we deal with them?
- Explore Insigts to get key aspects of the data and its key features.
- Feature Engineering - There are lot techniques to determine the right feature to predict the prices.
- Modelling
There is notebook name called Airbnb_Price_Prediction.ipynb which is used for the complete analysis.
The results from code is explained in this blog here
- https://www.kaggle.com/airbnb/seattle
- Airbnb website
Credit for kaggle for the datasets and the description of the datasets link available here