Hacker News new | ask | show | jobs
by tetris11 972 days ago
Could you not do dimensional reduction first, run the algorithm on the first X components, map the result back onto the loadings?
1 comments

Most triangulation algorithms are designed for the two-dimensional plane, so this only works if the first two components are sufficient.
Do a UMAP or tSNE, triangulate, map loadings back to features?