Multiple Choice

Suppose you have the following training set, and fit a logistic regression classifier hθ(x)=g(θ0+θ1x1+θ2x2)h\theta(x)=g(\theta0+\theta1x1+\theta2x2).

Does adding polynomial features (e.g., instead using hθ(x)=g(θ0+θ1x1+θ2x2+θ3x21+θ4x1x2+θ5x22))h\theta(x)=g(\theta0+\theta1x1+\theta2x2+\theta3x21+\theta4x1x2+\theta5x22) ) could increase how well we can fit the training data?

0

1

Updated 2021-11-19

Tags

Data Science