Skip to content

Commit 9586864

Browse files
committed
started 10
1 parent a6f167b commit 9586864

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Introduction to Statistical Learning/Chapter 10.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
"\n",
6868
"PCA can be used to visualize high dimensional data in 2 or 3 dimensions. The first component is a weighted linear combination of all the original features where the sum of the squared weights equals 1. These weights are the loading factors. The loading factors of the first principal component maximize the weighted sum of the features for each observation.\n",
6969
"\n",
70-
"The second principal component is uncorrelated with the first which makes it orthogonal to it."
70+
"The second principal component is uncorrelated with the first which makes it orthogonal to it.\n",
71+
"\n",
72+
"The first pc can also be interpretted as the line closest to the data."
7173
]
7274
},
7375
{

0 commit comments

Comments
 (0)