Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 1da08ba

Browse files
authored
Update Lab 9 - Scalable PCA for dimensionality reduction and Spark data types.md
1 parent aa23817 commit 1da08ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lab 9 - Scalable PCA for dimensionality reduction and Spark data types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 9: PCA for dimensionality reduction and Spark data types
1+
e# Lab 9: PCA for dimensionality reduction and Spark data types
22

33
[COM6012 Scalable Machine Learning **2024**](https://github.com/COM6012/ScalableML) by [Shuo Zhou](https://shuo-zhou.github.io/) at The University of Sheffield
44

@@ -321,8 +321,8 @@ We get the eigenvalues by taking squares of the singular values
321321

322322
```python
323323
evs=s*s
324-
print(evs)
325-
[36.012494146111734,9.320839187221594]
324+
print(evs)
325+
# [36.012494146111734,9.320839187221594]
326326
```
327327

328328
Now we compute the percentage of variance captures and compare with the above to verify (see/search `model.explainedVariance`).

0 commit comments

Comments
 (0)