How can you address underfitting in linear regression?
Linear regression is a popular and simple technique for modeling the relationship between a dependent variable and one or more independent variables. However, sometimes the linear model may not capture the complexity of the data and result in underfitting, which means the model has high bias and low variance and performs poorly on both training and testing data. How can you address underfitting in linear regression and improve your model's accuracy and generalization? Here are some tips and tricks to consider.