Skip to content

Change Log

Peter Leonard edited this page Jul 23, 2021 · 12 revisions

Jul 21, 2021 We now support rapids.ai-accelerated UMAP dimensionality reduction, greatly reducing the time necessary to embed the 2,048-dimensional space into two dimensions. Here is a comparison of regular (umap-learn) and cuda-accelerated (rapids.ai) UMAP on the same dataset:

-----
oslo no hyperparameters regular umap:
2021-07-20 16:18:44.520148: Creating UMAP layout
2021-07-20 16:19:08.822013: Creating umap pointgrid
=	24 seconds
-----
oslo no hyperparameters rapidsai umap:
2021-07-20 17:21:41.096082: Creating UMAP layout
2021-07-20 17:21:43.098537: Creating umap pointgrid
=	2 seconds
Clone this wiki locally