td-simple-impute

Impute missing values using TD_SimpleImputeFit in Teradata Vantage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses the common challenge of missing values in datasets by providing an automated workflow for imputation using Teradata's TD_SimpleImputeFit function.

Core Features & Use Cases

  • Missing Value Imputation: Fills in missing data points using statistical methods.
  • Automated Preprocessing: Includes data analysis, feature engineering recommendations, and SQL generation.
  • Use Case: When preparing a dataset for machine learning, this skill can automatically handle missing entries in columns like 'customer_age' or 'product_price' to ensure model compatibility.

Quick Start

Use the td-simple-impute skill to analyze table my_data and impute missing values.

Frequently Asked Questions about td-simple-impute

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

FAQPage Schema
How do I impute missing values in a Teradata dataset for machine learning?

To impute missing values in a Teradata dataset, you can use the TD_SimpleImputeFit function within Teradata Vantage. It automates data preprocessing by filling missing entries in columns using statistical methods to ensure model compatibility.

What is the best way to automate data cleaning and handle missing entries in Teradata Vantage?

Automating data cleaning and handling missing entries in Teradata Vantage is best achieved through the TD_SimpleImputeFit function. It generates SQL workflows and provides evaluation metrics to improve overall data quality during feature engineering.

Can I use TD_SimpleImputeFit to generate SQL workflows for feature engineering?

Yes, you can use TD_SimpleImputeFit to generate SQL workflows for feature engineering. It automates the data preprocessing pipeline, handling missing value imputation and providing analytical task support directly within Teradata Vantage.

Does Teradata Vantage provide built-in functions for missing value imputation?

Teradata Vantage provides the built-in TD_SimpleImputeFit function for missing value imputation. It performs statistical data cleaning to fill gaps in datasets, such as missing customer ages or product prices, ensuring data readiness for analysis.

How do I prepare my table data for statistical imputation before running analysis?

To prepare table data for statistical imputation, you need to identify columns with missing values within your Teradata Vantage environment. The TD_SimpleImputeFit function then analyzes the table and automatically applies statistical methods to fill the data gaps.