Use the load() function to load models information from the specified table. Returns Pandas DataFrame with loaded models information.
load() is not available for clustering "task_type".
Required Argument
- table_name
- Specifies the table name from which models to be loaded.
Example 1: Create an instance of the AutoML called "obj" by referring "AutoML() or AutoRegressor() or AutoClassifier() or AutoFraud() or AutoChurn()" method
>>> obj = AutoML()
Example 2: Load models from the specified table
>>> tab = obj.load("model_table")