td-decision-forest

Automate decision forest model creation and deployment with Teradata ClearScape Analytics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the end-to-end process of building, evaluating, and deploying robust decision forest classification models on Teradata Vantage, simplifying complex machine learning workflows.

Core Features & Use Cases

  • Automated Data Preprocessing: Handles missing values, feature scaling, and encoding.
  • Model Training: Utilizes Teradata's TD_DecisionForest function for efficient model building.
  • Prediction & Evaluation: Generates predictions and provides comprehensive performance metrics.
  • Use Case: Predict customer churn by analyzing historical customer data, identifying key drivers, and deploying a model to flag at-risk customers.

Quick Start

Use the td-decision-forest skill to analyze table 'customer_data' with target column 'churn_flag'.

Frequently Asked Questions about td-decision-forest

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

FAQPage Schema
How do I build a decision forest classification model in Teradata Vantage?

You can build a decision forest classification model in Teradata Vantage by using an automated workflow that handles data preprocessing, model training with the TD_DecisionForest function, prediction, and performance evaluation.

Do I need ClearScape Analytics enabled to run predictive modeling workflows on Teradata?

Yes, you need Teradata Vantage with ClearScape Analytics enabled and appropriate database permissions to execute the automated decision forest creation, prediction, and evaluation workflows.

Can I automate data preprocessing for customer churn prediction in Teradata?

Yes, the automated workflow handles missing values, feature scaling, and encoding directly within Teradata Vantage before training the decision forest model to predict customer churn.

What is the best way to evaluate decision forest models deployed on a database?

The best way to evaluate decision forest models deployed on a database is to use automated workflows that generate predictions and provide comprehensive performance metrics directly within Teradata Vantage.

Does the TD_DecisionForest function support feature engineering before model training?

Yes, the TD_DecisionForest function workflow supports complete analytical processes including feature engineering and data scaling before executing the model training phase.

Why are my classification predictions missing historical customer data drivers?

Classification predictions may lack historical drivers if data preprocessing steps like missing value handling and feature encoding are skipped before deploying the decision forest model.