Use the fit() function to trigger the AutoML run. It can handle both regression and classification 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.