Use the fit() function to trigger the AutoML run. It can handle both regression, classification, and clustering tasks depending on the value specified in the task_type argument.
Required Arguments
- data: Specifies the input teradataml DataFrame.
- target_column: Specifies target column of dataset.
Optional only for clustering tasks.