Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use the following to create a PCA object that uses only the first six principal components: pca = PCA(n_components=6,random_state=100) Use this object to fit and
Use the following to create a PCA object that uses only the first six principal components:
pca = PCA(n_components=6,random_state=100)
Use this object to fit and transform the data. Use this transformed data in sklearn linear model to predict. What would the mean squared error of this model be (up to two decimal places)?
0.43
0.53
0.33
0.23
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