(Choose 1 answer)
What is the main goal of adding polynomial features to a linear regression?
A. Remove the linearity of the regression and turn it into a polynomial model.
B. Capture the relation of the outcome with features of higher order.
C. Increase the interpretability of a black box model.
D. Ensure similar results across all folds when using K-fold cross validation.
Q: 40