Initial commit
This commit is contained in:
9
skills/clustering-algorithm-runner/scripts/README.md
Normal file
9
skills/clustering-algorithm-runner/scripts/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user