Skip to content

Commit

Permalink
Update PCA from scratch.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrahman13-coder authored Apr 15, 2022
1 parent 8abc9d5 commit 3690321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ML algorithms from scratch/PCA from scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
" eigenvectors = eigenvectors[index].T\n",
" #normalize eigenvalues\n",
" eigenvalues = eigenvalues/np.sum(eigenvalues)\n",
" #eigenvalues = np.round(eigenvalues/ np.sum(eigenvalues), 2)\n",
"
" #print(eigenvalues)\n",
"# 6.calculate principle components\n",
"\n",
Expand Down

0 comments on commit 3690321

Please sign in to comment.