get_input_data | GridSearch | Hyperparameter Tuning in teradataml - get_input_data - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00
Published
December 2024
Language
English (United States)
Last Update
2024-12-18
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage
Use the get_input_data() method to get the input data used by model trainer functions. Unique identifiers (data_id) is used to get the training data. In case of unlabeled data such as single dataframe or tuple of dataframe, default unique identifiers are assigned. Thus, unlabeled training data is retrieved using default unique identifiers.
  • For model trainer functions, it only returns input data.
  • For supervised model trainer function (evaluatable functions), it returns both train and test sampled data.
  • For unsupervised-model trainer function (non-evaluatable functions), it returns train data.
Required Arguments:
  • data_id: Specifies the unique data identifier used for model training.