Skip to content

Commit 6523227

Browse files
authored
Update ml-pca.md
I managed to leave a typo after correcting a typo
1 parent 1ba9b64 commit 6523227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/ml-pca.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ px.area(
224224

225225
## Visualize Loadings
226226

227-
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:
227+
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:
228228

229229
$$
230230
loadings = eigenvectors \cdot \sqrt{eigenvalues}

0 commit comments

Comments
 (0)