Regression Args
Regression task in AutoML Table vertical.
Constructors
Properties
Columns to use for CVSplit data.
Featurization inputs needed for AutoML job.
Execution constraints for AutoMLJob.
Log verbosity for the job.
Number of cross validation folds to be applied on training dataset when validation dataset is not provided.
Primary metric for regression task.
Target column name: This is prediction values column. Also known as label column name in context of classification tasks.
Test data input.
The fraction of test dataset that needs to be set aside for validation purpose. Values between (0.0 , 1.0) Applied when validation dataset is not provided.
Required Training data input.
Inputs for training phase for an AutoML Job.
Validation data inputs.
The fraction of training dataset that needs to be set aside for validation purpose. Values between (0.0 , 1.0) Applied when validation dataset is not provided.
The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down.