Quiz
We'll cover the following...
We'll cover the following...
Technical 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)
1 / 6