This General Assembly project focuses on using linear regression and classification, particularly using scikit-learn and StatsModels.
You work for a real estate company interested in using data science to determine the best properties to buy and re-sell. Specifically, your company would like to identify the characteristics of residential houses that estimate the sale price and the cost-effectiveness of doing renovations.
There are three components to the project:
This project uses the Ames housing data recently made available on kaggle.
Though the housing data for this project is very rich, it is not trivial to clean and prepare for modeling. Good EDA, cleaning, and feature engineering will be critical to the success of your models. Always remember to think critically about the data before modeling. The computer can’t be the researcher for you!
The first two parts of the project are regression problems. There are potentially hundreds of features and plenty of multicollinearity, so regularization is definitely recommended.
The second question involves fitting a regression on the residuals of the first model. This is a practice that “covaries out” any effects of the predictors in the first model before investigating the effects of predictors in the second model.
The third section of the project is more challenging and involves dealing with significant class imbalance. This is a common and tricky problem in real-world classification tasks. We leave it up to you to decide how you want to tackle this problem and devise a solution, and highly recommend doing your own research into the topic.
We will be looking for the following things:
You should demonstrate the ability to:
For all projects, students will be evaluated on a simple 3 point scale (0, 1, or 2). Instructors will use this rubric when scoring student performance on each of the core project requirements:
Score | Expectations |
---|---|
0 | Does not meet expectations. Try again. |
1 | Meets expectations. Good job. |
2 | Surpasses expectations. Brilliant! |
For more information on how we grade our DSI projects, see our project grading walkthrough.