mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
132 stars 25 forks source link

Support for UMAP: Uniform Manifold Approximation and Projection #755

Open m-muecke opened 6 months ago

m-muecke commented 6 months ago

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()