This document discusses using machine learning techniques to predict housing prices based on collected data. Specifically, it uses regression methods like linear regression, multiple linear regression, and polynomial regression to model housing prices based on features like number of bedrooms, bathrooms, square footage, and year built. It first explores the dataset to understand relationships between variables, then splits the data into training and test sets to build models and evaluate their predictive performance using metrics like RMSE and R-squared. The goal is to determine which regression technique most accurately predicts housing cost to help buyers, sellers, and developers. Future work could involve applying additional algorithms to larger datasets for potentially better results.