Help us improve
Share bugs, ideas, or general feedback.
From clustering-algorithm-runner
Runs K-means, DBSCAN, and hierarchical clustering on datasets with scikit-learn, delivering group identifications, metrics, and visualizations for analysis.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin clustering-algorithm-runnerHow this skill is triggered — by the user, by Claude, or both
Slash command
/clustering-algorithm-runner:running-clustering-algorithmsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run clustering algorithms (K-means, DBSCAN, hierarchical) on datasets to discover natural groupings and structure in data.
Guides machine learning tasks in Python using scikit-learn for classification, regression, clustering, preprocessing, model evaluation, and pipelines.
Provides guidance for machine learning tasks using scikit-learn: classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, hyperparameter tuning, and building ML pipelines.
Provides scikit-learn API patterns for preprocessing, pipelines, model selection, evaluation, and hyperparameter tuning. Useful when /ds:experiment builds sklearn pipelines or evaluates models.
Share bugs, ideas, or general feedback.
Run clustering algorithms (K-means, DBSCAN, hierarchical) on datasets to discover natural groupings and structure in data.
This skill empowers Claude to perform clustering analysis on provided datasets. It allows for automated execution of various clustering algorithms, providing insights into data groupings and structures.
This skill activates when you need to:
User request: "Run clustering on this customer data to identify customer segments. The data is in customer_data.csv."
The skill will:
User request: "Perform DBSCAN clustering on this network traffic data to identify anomalies. The data is available at network_traffic.txt."
The skill will:
This skill can be integrated with data loading skills to retrieve datasets from various sources. It can also be combined with visualization skills to generate insightful visualizations of the clustering results.
The skill produces structured output relevant to the task.