GRAE
GRAE copied to clipboard
UMAP train test split ordering
Running UMAP score method on train split before running on test split leads to obviously wrong test embeddings.
(This was hot fixed for the paper by scoring test before train and the results are valid, but the bug should still be investigated).
Seems to be an issue with the UMAP code. See issue #515 of the UMAP repo.