This project involves working with a dataset from the Cook County Assessor’s Office in Illinois, which contains over 500,000 records describing houses sold in the area in recent years. The dataset is split into training and test sets.
In Part 1, Exploratory Data Analysis (EDA) ais performed. In Part 2, the focus is on advanced prediction with machine learning. The criterion for evaluation is L2 loss, and the baseline model is ridge regression.