Question for the instructor
PloynomialFeature() function in Scikit-learn library, generates a new feature matrix consisting of all polynomial combinations of the features with degree less than or equal to the specified degree.
Can you elaborate a little more on how the function works?
N.B. I believe the spelling for the function is misspelled.
Thank you.
1
vote

-
More details was added to the lab. Thanks.