Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created August 5, 2017 06:02
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 infinite-Joy/f73e475164c9eb6cc3a40c1dad9ce97e to your computer and use it in GitHub Desktop.
Save infinite-Joy/f73e475164c9eb6cc3a40c1dad9ce97e to your computer and use it in GitHub Desktop.
covariance_matrix = np.cov(X_std.T)
print(covariance_matrix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment