vrodriguezf / deepvats

Deep Visual Analytics for Time Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seed UMAP with GPU

vrodriguezf opened this issue · comments

set a seed so that UMAP with the same configuration always return the same embeddings

This is solved just by adding random_state to the call to UMAP