td-arima

Automate ARIMA time series forecasting with Teradata's TD_ARIMA function.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of building and deploying ARIMA models for time series forecasting, trend analysis, and seasonal modeling, simplifying complex statistical analysis.

Core Features & Use Cases

  • Automated Workflow: Handles data preprocessing, model training, prediction, and evaluation.
  • Advanced TD_ARIMA: Leverages Teradata's built-in ARIMA functions for robust modeling.
  • Use Case: Predict next quarter's sales figures based on historical sales data, identifying trends and seasonality.

Quick Start

Analyze the table named 'sales_data' with the target column 'revenue'.

Frequently Asked Questions about td-arima

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

FAQPage Schema
How do I automate time series forecasting with ARIMA on Teradata Vantage?

Time series forecasting with ARIMA on Teradata Vantage is automated by leveraging the TD_ARIMA function to handle data preprocessing, model training, prediction, and evaluation. This eliminates manual statistical coding for tasks like sales forecasting and trend analysis.

What is the best way to predict next quarter's sales figures using historical data?

Predicting next quarter's sales figures is best handled by applying ARIMA models to your historical sales data. The process automatically identifies underlying trends and seasonality to generate accurate future predictions and evaluation metrics.

Can I use TD_ARIMA for seasonal modeling and trend analysis without writing complex code?

TD_ARIMA can be used for seasonal modeling and trend analysis without complex code because the workflow automates feature engineering and statistical model training. You simply analyze your target table to receive predictions and evaluation metrics.

Does Teradata support built-in ARIMA functions for time series analysis?

Teradata supports built-in ARIMA functions through its native TD_ARIMA capability. This allows you to perform robust time series analysis, feature engineering, and forecasting directly on Teradata Vantage without exporting data.

How do I forecast revenue from a sales data table using time series models?

Forecasting revenue from a sales data table is done by running an automated time series model against your specified target column. The workflow handles preprocessing and model training to output predicted revenue values and evaluation metrics.