565 B
565 B
Scripts
Bundled resources for clustering-algorithm-runner skill
- run_kmeans.py: Executes K-means clustering with configurable parameters.
- run_dbscan.py: Executes DBSCAN clustering with configurable parameters.
- run_hierarchical.py: Executes hierarchical clustering with configurable parameters.
- data_loader.py: Loads data from various formats (CSV, JSON) into a standardized format for clustering.
- cluster_evaluator.py: Evaluates the performance of clustering algorithms using metrics like silhouette score and Davies-Bouldin index.