Use the load() function to load models information from the specified table. Returns Pandas DataFrame with loaded models information.
Raises TeradataMlException.
Required argument:
- table_name specifes the table name from which models to be loaded.
Types: str
Example 1: Create an instance of the AutoML called "obj" by referring "AutoML() or AutoRegressor() or AutoClassifier()" method
>>> obj = AutoML()
Example 2: Load models from the specified table
>>> tab = obj.load("model_table")