There are multiple ways to improve this model for example: - We can increase the amount of variables without a problem to make it more accurate; however, this has to be done with caution since it is prone to over fitting. - We can check for patterns in the errors to see if it has some kind of bias in some variables, and we can modify it to adjust for these. - Remove outliers in the modifying the data part, we can use standard deviation to remove \(|x| > 3\) since outliers can affect models in a negative way.