From 1ba9b648ff51bf1e072e64e3fb7eb7170cc32710 Mon Sep 17 00:00:00 2001 From: carschandler <92899389+carschandler@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:43:38 -0500 Subject: [PATCH 1/2] Fix typo in `ml-pca.md` --- doc/python/ml-pca.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/ml-pca.md b/doc/python/ml-pca.md index 1143e5cdeb..2be1d01143 100644 --- a/doc/python/ml-pca.md +++ b/doc/python/ml-pca.md @@ -224,7 +224,7 @@ px.area( ## Visualize Loadings -It is also possible to visualize loadings using `shapes`, and use `annotations` to indicate which feature a certain loading original belong to. Here, we define loadings as: +It is also possible to visualize loadings using `shapes`, and use `annotations` to indicate which feature a certain loading originally belong to. Here, we define loadings as: $$ loadings = eigenvectors \cdot \sqrt{eigenvalues} From 652322738c9ba3e357a821db15561f53fadec154 Mon Sep 17 00:00:00 2001 From: carschandler <92899389+carschandler@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:51:30 -0500 Subject: [PATCH 2/2] Update ml-pca.md I managed to leave a typo after correcting a typo --- doc/python/ml-pca.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/ml-pca.md b/doc/python/ml-pca.md index 2be1d01143..f146e8384d 100644 --- a/doc/python/ml-pca.md +++ b/doc/python/ml-pca.md @@ -224,7 +224,7 @@ px.area( ## Visualize Loadings -It is also possible to visualize loadings using `shapes`, and use `annotations` to indicate which feature a certain loading originally belong to. Here, we define loadings as: +It is also possible to visualize loadings using `shapes`, and use `annotations` to indicate which feature a certain loading originally belonged to. Here, we define loadings as: $$ loadings = eigenvectors \cdot \sqrt{eigenvalues}