There's a whole large body of work on dimensionality reduction which handles non linearity better - i.e. UMAP. https://umap-learn.readthedocs.io/en/latest/
Is it simple to just "drop" this in place of PCA and get theoretically better results? If not, why?
what about other things, like NMF https://en.wikipedia.org/wiki/Non-negative_matrix_factorization ?
There's a whole large body of work on dimensionality reduction which handles non linearity better - i.e. UMAP. https://umap-learn.readthedocs.io/en/latest/
Is it simple to just "drop" this in place of PCA and get theoretically better results? If not, why?
what about other things, like NMF https://en.wikipedia.org/wiki/Non-negative_matrix_factorization ?