1

I have a question where I am explaining what polynomial regression is and have been asked to make sure I cover certain points, one of which is 'Polynomial feature expansions' what exactly does this mean? I cant find anything online. Does it simply mean adding higher power X's to the linear regression model?

Jake
  • 11
  • 1
  • That is how I would interpret it – drenerbas Nov 21 '19 at 23:54
  • Something like this? https://math.stackexchange.com/questions/2205309/polynomial-regression-polynomial-expansion – william3031 Nov 22 '19 at 00:12
  • Welcome to the site. One of the points you may be expected to cover is that base expansion is not simply squaring or cubing the original variable, but adding all polynomial terms up the desired power. Adding e.g. $x^2$, but not $x^1$ is [usually wrong](https://stats.stackexchange.com/a/28741/176202). – Frans Rodenburg Nov 22 '19 at 00:45

0 Answers0