Skip to content

Commit 55a0178

Browse files
committed
Merge branch 'master' into feat/dataframe-agnostic-data
2 parents fef6dbe + fe306ee commit 55a0178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/ml-pca.md

Lines changed: 1 addition & 1 deletion
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 original 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)