com um clique
td-column-transformer
Advanced column transformation and feature engineering
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Advanced column transformation and feature engineering
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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-column-transformer |
| description | Advanced column transformation and feature engineering |
| Skill Name | Teradata Column Transformer |
|---|---|
| Description | Advanced column transformation and feature engineering |
| Category | Preprocessing Analytics |
| Function | TD_ColumnTransformer |
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 Column Transformer
-- 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 preprocessing 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 templateprediction.sql: TD_ColumnTransformerTransform 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 preprocessing analytics using Teradata ClearScape Analytics TD_ColumnTransformer with comprehensive data science best practices.