td-scale-fit

Scale and normalize data using Teradata TD_ScaleFit and TD_ScaleTransform functions.

7|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/teradata-labs/claude-cookbooks --skill td-scale-fit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: td-scale-fit
Source: https://github.com/teradata-labs/claude-cookbooks/tree/main/skills/analytics/td-scale-fit
Command: npx skills add https://github.com/teradata-labs/claude-cookbooks --skill td-scale-fit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of data scaling and normalization, ensuring your data is optimally prepared for machine learning models.

Core Features & Use Cases

  • Automated Preprocessing: Handles scaling, encoding, and train-test splitting.
  • Advanced TD_ScaleFit: Implements optimized parameter tuning for data transformation.
  • Use Case: Prepare your customer data for a churn prediction model by scaling relevant features using TD_ScaleFit to improve model accuracy.

Quick Start

Analyze table: my_database.customer_data with target column: churn_flag.

Frequently Asked Questions about td-scale-fit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scale and normalize data for machine learning in Teradata Vantage?

Data scaling and normalization in Teradata Vantage is handled by the TD_ScaleFit and TD_ScaleTransform functions. This Skill automates parameter tuning and generates SQL to standardize your features for machine learning models.

What is the best way to prepare customer data for a churn prediction model using Teradata?

The best way to prepare customer data for a churn prediction model is to scale relevant features using TD_ScaleFit. This automated preprocessing step standardizes input data, which improves model accuracy and ensures consistent feature weighting.

Does TD_ScaleFit require ClearScape Analytics to perform data standardization?

Yes, TD_ScaleFit requires Teradata Vantage with ClearScape Analytics enabled. You also need appropriate database permissions to execute the data standardization and feature scaling SQL functions within your environment.

Can I automate data preprocessing and feature scaling for Teradata tables?

Yes, you can automate data preprocessing and feature scaling for Teradata tables. The Skill generates SQL for data transformation, handles scaling and encoding, and recommends feature engineering steps to standardize your datasets.

How does automated data scaling improve model accuracy for Teradata datasets?

Automated data scaling improves model accuracy by ensuring all features contribute equally to the algorithm's distance calculations. Standardizing your Teradata datasets with TD_ScaleFit prevents features with larger ranges from dominating the model's predictions.

Are there limitations when using TD_ScaleFit for feature engineering on large tables?

While TD_ScaleFit supports automated preprocessing on large tables, its performance depends on your Teradata Vantage environment configuration and database permissions. Scaling extremely high-cardinality columns may require additional parameter tuning.