Skip to content

Commit fe306ee

Browse files
authored
Merge pull request #4795 from carschandler/patch-1
Fix typo in `ml-pca.md`
2 parents 095d2d8 + bee6fb2 commit fe306ee

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 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)