Skip to content

Commit d88d5c0

Browse files
committed
Missed two.
1 parent dcf1144 commit d88d5c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stlearn/embedding/pca.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run_pca(
4242
SVD solver to use:
4343
4444
- `'arpack'` (the default - deterministic) for the ARPACK wrapper in
45-
SciPy (:func:`~scipy.sparse.linalg.svds`)
45+
SciPy (:func:`~scipy.sparse.linalg.svds`)
4646
- `'randomized'` for the randomized algorithm due to Halko (2009).
4747
- `'auto'` chooses automatically depending on the size of the problem.
4848
@@ -80,7 +80,7 @@ def run_pca(
8080
- `.varm['PCs']` - The principal components containing the loadings.
8181
- `.uns['pca']['variance_ratio']` - Ratio of explained variance.
8282
- `.uns['pca']['variance']` - Explained variance, equivalent to the
83-
eigenvalues of the covariance matrix.
83+
eigenvalues of the covariance matrix.
8484
8585
"""
8686

0 commit comments

Comments
 (0)