June 2015
Beginner to intermediate
414 pages
11h 26m
English
In this chapter, we've already seen some examples where trying to build a linear regression model might run into problems. One big class of problems that we've talked about is related to our model assumptions of linearity, feature independence, and the homoscedasticity and normality of errors. In particular we saw methods of diagnosing these problems either via plots, such as the residual plot, or by using functions that identify dependent components. In this section, we'll investigate a few more issues that can arise with linear regression.
As part of our preprocessing steps, we were diligent to remove features that were linearly related to each other. In doing this we were looking for an exact ...
Read now
Unlock full access