From 74a57bd64a014207bd71b64eba0aa9be1b9dbe52 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Fri, 23 Oct 2020 05:56:41 +0200 Subject: [PATCH] week43 update --- doc/pub/week43/html/._week43-bs069.html | 2 +- doc/pub/week43/html/week43-reveal.html | 2 +- doc/pub/week43/html/week43-solarized.html | 2 +- doc/pub/week43/html/week43.html | 2 +- doc/pub/week43/ipynb/ipynb-week43-src.tar.gz | Bin 191 -> 191 bytes doc/pub/week43/ipynb/week43.ipynb | 2 +- doc/src/week43/week43.do.txt | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/pub/week43/html/._week43-bs069.html b/doc/pub/week43/html/._week43-bs069.html index 752708b85..76f663a70 100644 --- a/doc/pub/week43/html/._week43-bs069.html +++ b/doc/pub/week43/html/._week43-bs069.html @@ -326,7 +326,7 @@ principal component is equal to

-

pca.components_.T[:, 0].
+
pca.components_.T[:, 0]
 

Another very useful piece of information is the explained variance ratio of each principal component, diff --git a/doc/pub/week43/html/week43-reveal.html b/doc/pub/week43/html/week43-reveal.html index b6801081e..e2f0bd997 100644 --- a/doc/pub/week43/html/week43-reveal.html +++ b/doc/pub/week43/html/week43-reveal.html @@ -3886,7 +3886,7 @@ principal component is equal to

-

pca.components_.T[:, 0].
+
pca.components_.T[:, 0]
 

Another very useful piece of information is the explained variance ratio of each principal component, diff --git a/doc/pub/week43/html/week43-solarized.html b/doc/pub/week43/html/week43-solarized.html index 9924a7678..09d1bb33a 100644 --- a/doc/pub/week43/html/week43-solarized.html +++ b/doc/pub/week43/html/week43-solarized.html @@ -3744,7 +3744,7 @@ principal component is equal to

-

pca.components_.T[:, 0].
+
pca.components_.T[:, 0]
 

Another very useful piece of information is the explained variance ratio of each principal component, diff --git a/doc/pub/week43/html/week43.html b/doc/pub/week43/html/week43.html index 73d3a0ec0..b9f2a17bf 100644 --- a/doc/pub/week43/html/week43.html +++ b/doc/pub/week43/html/week43.html @@ -3749,7 +3749,7 @@ principal component is equal to

-

pca.components_.T[:, 0].
+
pca.components_.T[:, 0]
 

Another very useful piece of information is the explained variance ratio of each principal component, diff --git a/doc/pub/week43/ipynb/ipynb-week43-src.tar.gz b/doc/pub/week43/ipynb/ipynb-week43-src.tar.gz index 4dd615e7b1abefd383ed21a7fe0f4154d22c91f3..77e59ea79473f86399a31282ad684ffb2026cb95 100644 GIT binary patch literal 191 zcmV;w06_mAiwFR6RFYo+1MSaC3c@fD2H>uHia9|^nn%}yUAPcLyg*7*8>>l8Qna_X z573q3rihSl^E1pa%KC5dW#T|jB1 t8(U!IwNqAt&^?H;( literal 191 zcmV;w06_mAiwFQ{Qj%W)1MSaC3c@fD2H>uHia9|^nzUUDcHu%0@d7EG+E`6$lA^u6 zeSoeMH${Yen}0%vVP>DN*4sRCcNZ*%5R!5ZV`gbGC5h+vgwg~k%Q)xBP!b@Nu_O+F zEVt52XPq#^D)kAKMfJ9CXsfCZbLLavnSbI?OADJ_?`o|;X@`Z@4crhL&LY|Ns(@0X t9lyZfwUY)xs2)UFN+-1v=dd;UXvD=v;jfSJJkRsK_5frjx90!|004{jSS$bl diff --git a/doc/pub/week43/ipynb/week43.ipynb b/doc/pub/week43/ipynb/week43.ipynb index eb7eceac0..8d0777c16 100644 --- a/doc/pub/week43/ipynb/week43.ipynb +++ b/doc/pub/week43/ipynb/week43.ipynb @@ -4388,7 +4388,7 @@ }, "outputs": [], "source": [ - "pca.components_.T[:, 0]." + "pca.components_.T[:, 0]" ] }, { diff --git a/doc/src/week43/week43.do.txt b/doc/src/week43/week43.do.txt index 90d46b9d7..85c0cb449 100644 --- a/doc/src/week43/week43.do.txt +++ b/doc/src/week43/week43.do.txt @@ -3204,7 +3204,7 @@ After fitting the PCA transformer to the dataset, you can access the principal c components variable (note that it contains the PCs as horizontal vectors, so, for example, the first principal component is equal to !bc pycod -pca.components_.T[:, 0]. +pca.components_.T[:, 0] !ec Another very useful piece of information is the explained variance ratio of each principal component, available via the $explained\_variance\_ratio$ variable. It indicates the proportion of the dataset’s