Skip to content

bche3/AirBnB-Housing-Price-Prediction-Project

Repository files navigation

AirBnB Housing Price Prediction Project

R, Random Forest, XGBoost, K-Nearest Neighbors (KNN)

img

Project Overview

Predicted housing prices on Airbnb Los Angeles houses dataset by training and benchmarking machine learning models including Random Forest, K-Nearest Neighbors (KNN) in R (random forest, xgboost, knn). I performed log-transformation, stratified cross validation, and hyperparameter tuning on models; yielded 63% R-squared and 54% RMSE on best performing model using Bagging

Installation and Setup

  • Technologies: R Studio
  • R Version: 4.2.2
  • Packages Used:
    • Data Manipulation: tidyverse, tidymodels
    • Data Visualization: ggplot2, yardstick, corrplot, rpart.plot
    • Machine Learning: randomForest, xgboost, vip, ranger, kernlab, kknn, baguette

Data

Source Data

Data Acquisition

Data Preprocessing

Our variables of focus:

  • id
  • id

Results and Evaluation

Desc

Future Work

Desc

About

AirBNB price prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published