Skip to content

Commit d98e108

Browse files
committed
Use UMAP for node embedding visualization
1 parent db0d589 commit d98e108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ dependencies:
2323
- scikit-learn=1.6.* # To try out this HDBSCAN implementation
2424
- seaborn=0.13 # To visualize clustering results
2525
- optuna=4.3.*
26+
- umap-learn=0.5.* # to visualize node embeddings in 2D (UMAP dimensionality reduction)
2627
- pip:
2728
- neo4j==5.23.*

0 commit comments

Comments
 (0)