Skip to content

daniel7an/sydney_airbnb_price_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Sydney Airbnb Pricing Prediction

Developed as the final project for the Introduction to Machine Learning and Data Science course at ArmenianCodeAcademy, this project centers on the predictive analysis of Airbnb listing prices in Sydney, Australia.

Key Steps:

Data Collection and Exploration: We collect data from Airbnb listings in Sydney and explore the dataset to understand its structure, features, and relationships. We analyze correlations between different variables and identify patterns that may influence pricing.

Data Preprocessing: We preprocess the raw data by handling missing values, encoding categorical variables, and extracting relevant features from the listing names, such as the number of bedrooms, bathrooms, and beds. Additionally, we create binary columns to represent different room types (private room, shared room, hotel room, entire home/apartment).

Model Training and Evaluation: We train several machine learning models, including linear regression, ridge regression, lasso regression, K-nearest neighbors (KNN), decision trees, and random forests, to predict listing prices. We evaluate the performance of each model using metrics such as mean squared error (MSE), mean absolute error (MAE), and R-squared.

Contributions:

Contributions to the project are welcome! You can contribute by adding new features, improving existing code, fixing bugs, or suggesting enhancements. Please open an issue or pull request with your proposed changes, and we'll review them accordingly.

License:

This project is licensed under the MIT License.

Feel free to customize the description and repository structure according to your project's specifics and preferences. Let me know if you need further assistance with organizing your project on GitHub!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors