This project used a dataset from King County, Washington containing home sales between 2014-2015 to predict 2016 housing prices. The team analyzed the data, created new variables, detected outliers, and visualized relationships between house features and price. Several predictive models were developed including linear regression, stepwise regression, decision trees, and neural networks. The models were evaluated on training and validation data to select the final model, with linear regression, stepwise regression, and neural networks performing best on the validation set.