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.
Optional Argument
- id_column
- Specifies the unique identifier column in the dataset. By default, function internally creates a unique id column 'automl_id' if "id_column" is not provided.
Default value: automl_id