Quiz
We'll cover the following...
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