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 dd04305 commit b2902e3Copy full SHA for b2902e3
requirements.txt
@@ -20,7 +20,7 @@ plotly[kaleido]==6.5.0
20
seaborn==0.13.2 # To visualize clustering results
21
22
# --- Machine Learning / Optimization ---
23
-scikit-learn==1.7.2
+scikit-learn==1.8.0
24
optuna==4.6.0
25
umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D
26
@@ -30,4 +30,4 @@ neo4j==5.28.2
30
# --- Native/scientific packages (may require compilation) ---
31
# These are included but may cause install errors in pip/venv
32
opentsne==1.0.4 # Dimensionality reduction to visualize node embeddings in 2D. Might get replaced by umap.
33
-shap==0.49.1 # For e.g. explaining anomaly detection results
+shap==0.50.0 # For e.g. explaining anomaly detection results
0 commit comments