Quiz
1
Which solution will best shrink and simplify the original dataset?
A)
pca = PCA(n_components=10)
B)
pca = PCA(n_components=12)
C)
pca = PCA(n_components=3)
D)
pca = PCA(n_components=max)
Question 1 of 60 attempted
Get hands-on with 1400+ tech skills courses.