Question: What is the effect of using polynomial features in a linear regression model?
Options:
Correct Answer: It can capture non-linear relationships
Solution:
Polynomial features allow the model to capture non-linear relationships between the features and the target variable.