Question: 67. refeR to your Numpy array 'X', you can create a data set that is extended as X_poly that use some polynomial features within a
67. refeR to your Numpy array 'X', you can create a data set that is extended as X_poly that use some polynomial features within a degree of = 2. In order to start, make sure to assign your polynomial features that object to a variable called pf. here is a start to your code you can use. Use Python:
'X_poly.shape'
Your output should look like this:
(804,153)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
