Skip to content

Instantly share code, notes, and snippets.

@Gabe-flomo
Last active March 5, 2021 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gabe-flomo/06c560ef9b70449a350079348bf71491 to your computer and use it in GitHub Desktop.
Save Gabe-flomo/06c560ef9b70449a350079348bf71491 to your computer and use it in GitHub Desktop.
pca = PCA(n_components=100, random_state=22)
pca.fit(feat)
x = pca.transform(feat)
@MSid01
Copy link

MSid01 commented Mar 5, 2021

feat.shape()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment