Skip to content

Mingyu-Lian/Airbnb_Price_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Airbnb Price Prediction Project

The project involved analyzing Airbnb rental data in Sydney to assist stakeholders, including hosts and real estate investors, in making informed decisions. It consisted of two key tasks: building a predictive model for vacation rental prices using supervised learning techniques and extracting actionable insights from the data to help stakeholders optimize their rental strategies.

Data Processing and Feature Engineering:

Cleaned and preprocessed the dataset by handling missing values and transforming variables for better model performance. Engineered new features such as distance to Sydney's center, log-transformed prices for normality, and word frequency analysis for text fields like property descriptions.

Predictive Model Development:

I implemented multiple supervised regression models, including Ridge Regression and XGBoost, to predict daily rental prices. After extensive hyperparameter tuning and validation, XGBoost was selected as the final model due to its high accuracy (lowest RMSE of 0.371 on validation data). The Ridge Regression model was also utilized for its interpretability, offering key insights into the factors influencing prices.

Actionable Insights:

Bathroom Count: Properties with more bathrooms achieve higher prices. Cancellation Policies: Stricter cancellation policies (e.g., "strict") are associated with higher revenues. Property Characteristics: Spacious, beach-adjacent homes with a homely aesthetic tend to generate premium pricing.

Techniques Used:

Applied state-of-the-art statistical learning methods (supervised regression). Conducted advanced text analysis using natural language processing (NLP) techniques to analyze property descriptions.

The project showcased my ability to combine machine learning techniques with business analytics, delivering data-driven solutions to real-world problems. This work highlights my skills in data preprocessing, feature engineering, model implementation, and insight generation.

About

The project Airbnb Price Prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors