We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf1144 commit d88d5c0Copy full SHA for d88d5c0
1 file changed
stlearn/embedding/pca.py
@@ -42,7 +42,7 @@ def run_pca(
42
SVD solver to use:
43
44
- `'arpack'` (the default - deterministic) for the ARPACK wrapper in
45
- SciPy (:func:`~scipy.sparse.linalg.svds`)
+ SciPy (:func:`~scipy.sparse.linalg.svds`)
46
- `'randomized'` for the randomized algorithm due to Halko (2009).
47
- `'auto'` chooses automatically depending on the size of the problem.
48
@@ -80,7 +80,7 @@ def run_pca(
80
- `.varm['PCs']` - The principal components containing the loadings.
81
- `.uns['pca']['variance_ratio']` - Ratio of explained variance.
82
- `.uns['pca']['variance']` - Explained variance, equivalent to the
83
- eigenvalues of the covariance matrix.
+ eigenvalues of the covariance matrix.
84
85
"""
86
0 commit comments