Hi Everybody.
Suppose we have in our dataset n features.
After plotting data, we want to apply polinomial regression.
Say from degree 1 to degree 3.
When coding the for loop, do we change n into n+2 (the number of new features added?)
ii am somehow confused.
Waiting for your feedback.
Thanks.