LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

td-linear-regression - Linear regression analysis using Teradata Vantage.

Performs linear regression analysis and automated SQL workflow generation for continuous target prediction using Teradata ClearScape Analytics.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Analyze table structure and columns
  • Preprocess data and encode features
  • Train TD_LinearRegression models
  • Execute predictions with TD_LinearRegressionPredict
  • Generate production SQL workflow scripts
  • Evaluate model performance metrics

Inputs

  • Teradata source table
  • Target column name
  • Feature column names
  • Unique ID column name

Outputs

  • Preprocessed data tables
  • Train and test split tables
  • Model parameter table
  • Prediction results table
  • Evaluation metrics table
  • SQL workflow scripts

Requirements

  • Teradata Vantage with ClearScape Analytics
  • CREATE DROP and SELECT permissions
  • Access to TD_LinearRegression function
  • Access to TD_LinearRegressionPredict function
  • Minimum sample size of 100 records

Source

  • Spec: SKILL.md
teradata
linear-regression
clearscape-analytics
regression-analysis
sql-generation
Analyze table structure and columns
Preprocess data and encode features
Train TD_LinearRegression models
Execute predictions with TD_LinearRegressionPredict
Teradata source table
Target column name
Feature column names
Preprocessed data tables
Train and test split tables
Model parameter table