We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0d589 commit d98e108Copy full SHA for d98e108
jupyter/environment.yml
@@ -23,5 +23,6 @@ dependencies:
23
- scikit-learn=1.6.* # To try out this HDBSCAN implementation
24
- seaborn=0.13 # To visualize clustering results
25
- optuna=4.3.*
26
+ - umap-learn=0.5.* # to visualize node embeddings in 2D (UMAP dimensionality reduction)
27
- pip:
28
- neo4j==5.23.*
0 commit comments