Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started