We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b21fd commit fe32113Copy full SHA for fe32113
umap/umap_.py
@@ -1477,7 +1477,7 @@ class UMAP(BaseEstimator):
1477
* 'random': assign initial embedding positions at random.
1478
* 'pca': use the first n_components from PCA applied to the
1479
input data.
1480
- * 'twspectral': use a spectral embedding of the fuzzy
+ * 'tswspectral': use a spectral embedding of the fuzzy
1481
1-skeleton, using a truncated singular value decomposition to
1482
"warm" up the eigensolver. This is intended as an alternative
1483
to the 'spectral' method, if that takes an excessively long
0 commit comments