jku-vds-lab / paradime

A framework for parametric dimensionality reduction
MIT License
9 stars 3 forks source link

[feature] time-aligned dimensionality reduction #54

Open mglowacki100 opened 1 year ago

mglowacki100 commented 1 year ago

Hi, Really nice approach. Is it possible and relatively simple to implement in paradime time-aligned dimensionality reduction? (e.g. https://umap-learn.readthedocs.io/en/latest/aligned_umap_politics_demo.html, https://umap-learn.readthedocs.io/en/latest/aligned_umap_basic_usage.html, other approaches: https://github.com/lmcinnes/umap/discussions/966 ). It'd be great to have it as additional options in your grammar. If yes, could you provide some examples?

einbandi commented 1 year ago

Hi, sorry for the late reply. I guess it really depends on how the alignment should be done exactly. I see two main options.

With regards to the first option, I am currently thinking about how to make the sampling a bit more flexible. At the moment, there are only the two hard-coded sampling options (item- and edge-based). Giving users more control over the sampler would probably make experiments like this easier.