Open amiltonwong opened 1 year ago
Hi, @diegovalsesia ,
Could you also provide the code for generating the embedding visualization illustrated in the Fig.4? Or could you give some hints or steps for implementing this embedding visualization?
Thanks~
Hi @amiltonwong , we simply used the Umap embedding method with hyperbolic distance:
umap.UMAP( output_metric="hyperboloid", random_state=13)
Hi, @diegovalsesia ,
Could you also provide the code for generating the embedding visualization illustrated in the Fig.4? Or could you give some hints or steps for implementing this embedding visualization?
Thanks~