Completed DBSCAN clustering
Browse files- cluster_state.json +12 -0
cluster_state.json
CHANGED
|
@@ -63,5 +63,17 @@
|
|
| 63 |
"min_cluster_size": 50,
|
| 64 |
"min_samples": 10
|
| 65 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
}
|
| 67 |
}
|
|
|
|
| 63 |
"min_cluster_size": 50,
|
| 64 |
"min_samples": 10
|
| 65 |
}
|
| 66 |
+
},
|
| 67 |
+
"DBSCAN": {
|
| 68 |
+
"status": "completed",
|
| 69 |
+
"n_clusters": 21,
|
| 70 |
+
"silhouette_score": 0.005426155868917704,
|
| 71 |
+
"davies_bouldin_score": 6.049211026815908,
|
| 72 |
+
"timestamp": "2025-11-28 17:13:11.152154",
|
| 73 |
+
"duration_seconds": 22.657153844833374,
|
| 74 |
+
"params": {
|
| 75 |
+
"eps": 0.5,
|
| 76 |
+
"min_samples": 5
|
| 77 |
+
}
|
| 78 |
}
|
| 79 |
}
|