with one click
td-kmeans
K-means clustering for customer segmentation and data grouping
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
K-means clustering for customer segmentation and data grouping
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Control active sessions by terminating problematic sessions, managing runaway queries, and handling blocking situations
Manage delayed request queues including workload, system, and utility queues to release blocked requests or abort unnecessary items
**Autonomously create** filters, throttles, and classification rules to implement new workloads or manage workload lifecycle in response to changing operational needs
Track query execution using real-time resources, analyze query bands, access query logs, and identify performance patterns across the Teradata system
Monitor AMP processor load, system physical resources, and capacity using real-time resources to track system health and identify performance bottlenecks
Monitor active Teradata sessions using real-time resources, view SQL execution details, identify blocking issues, and optionally take control actions
| name | td-kmeans |
| description | K-means clustering for customer segmentation and data grouping |
| Skill Name | Teradata K-Means Clustering |
|---|---|
| Description | K-means clustering for customer segmentation and data grouping |
| Category | Clustering Analytics |
| Function | TD_KMeans |
This skill automatically analyzes your provided table to generate optimized SQL workflows. Here's how it works:
Provide Your Table Information:
"Analyze table: database_name.table_name"
or
"Use table: my_data with target column: target_var"
The Skill Will:
SHOW COLUMNS FROM table_name-- Example workflow for Teradata K-Means Clustering
-- Replace 'your_table' with actual table name
-- 1. Data exploration and validation
SELECT COUNT(*),
COUNT(DISTINCT your_id_column),
AVG(your_target_column),
STDDEV(your_target_column)
FROM your_database.your_table;
-- 2. Execute complete clustering workflow
-- (Detailed SQL provided by the skill)
preprocessing.sql: Data preparation and feature engineeringtable_analysis.sql: Automatic table structure analysiscomplete_workflow_template.sql: End-to-end workflow templatemodel_training.sql: TD_KMeans training proceduresprediction.sql: TD_KMeansPredict executionevaluation.sql: Model validation and metrics calculationdata_quality_checks.sql: Comprehensive data validationparameter_tuning.sql: Systematic parameter optimizationdiagnostic_queries.sql: Model diagnostics and interpretationThis skill provides production-ready clustering analytics using Teradata ClearScape Analytics TD_KMeans with comprehensive data science best practices.