Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:02 +08:00
commit b092d0393c
11 changed files with 371 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for clustering-algorithm-runner skill
- [ ] example_data.csv: Example CSV dataset for testing clustering algorithms.
- [ ] clustering_visualization.ipynb: Jupyter notebook demonstrating how to visualize clustering results using matplotlib and seaborn.
- [ ] config_template.json: Template JSON file for configuring clustering algorithm parameters.