Required Syntax Elements for TD_SHAP - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-07-14
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢
ON clause
Specifies the table name, view name, or query as an InputTable and ModelTable.
IdColumn
Specifies the column to identify the sample of input table.
Training Function
Specifies the training function for the model.
The number of trees and tree size in the model controls the processing time for TD_DecisionForest and TD_XGBoost models. When the model size grows more than what can fit in memory, the trees are cached in a local spool space, which may impact the performance of the function compared to the case when all trees fit in memory. Because the SHAP algorithm parses through all branches of a tree and its execution time is heavily impacted by the model size, it is recommended to use it for explainability of a small dataset.
InputColumns
Specifies the input columns (features) for which Shapley values must be calculated.
The input column names and case must exactly match with the column names used to train the model.