Skip to content

Commit

Permalink
Update 06_pca.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Nov 28, 2023
1 parent 6910557 commit 29d3eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multidim/notebooks/06_pca.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"source": [
"# rotation matrix\n",
"# np.abs needed\n",
"assert np.allclose(np.abs(np.round(Vt.T, 3)), np.abs(np.round(pca.components_.T, 3)))\n",
"np.abs(np.round(Vt.T, 3)), np.abs(np.round(pca.components_.T, 3))\n",
"pd.DataFrame(Vt.T)"
]
},
Expand Down

0 comments on commit 29d3eba

Please sign in to comment.