mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Support for UMAP: Uniform Manifold Approximation and Projection

Open m-muecke opened this issue 1 year ago • 0 comments

There are various implementations with uwot and umap the most popular.

uwot seems to be the more robust and popular implementation and also implemented in tidymodels and also has a predict method for new data with: uwot::umap_transform()

m-muecke avatar Jan 31 '24 12:01 m-muecke