get_prediction_dataframe
Use the get_prediction_dataframe method to access the predicted output table. This method returns teradataml.DataFrame.
get_leaderboard
Use the get_leadboard method to access the leaderboard. This method returns the Pandas DataFrame.
get_auto_ml
Use the get_auto_ml method to access the AutoML instance. This method returns teradataml.automl.AutoClassifier or teradataml.automl.AutoRegressor.