com um clique
td-linear-regression
Linear regression analysis for continuous target prediction
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
Linear regression analysis for continuous target prediction
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
| name | td-linear-regression |
| description | Linear regression analysis for continuous target prediction |
| Skill Name | Teradata Linear Regression |
|---|---|
| Description | Linear regression analysis for continuous target prediction |
| Category | Regression Analytics |
| Function | TD_LinearRegression |
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 Linear Regression
-- 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 regression 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_LinearRegression training proceduresprediction.sql: TD_LinearRegressionPredict 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 regression analytics using Teradata ClearScape Analytics TD_LinearRegression with comprehensive data science best practices.
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