Class TableVerticalDataSettings


  • public final class TableVerticalDataSettings
    extends DataSettings
    Class for data inputs.
    • Constructor Detail

      • TableVerticalDataSettings

        public TableVerticalDataSettings()
    • Method Detail

      • withValidationData

        public TableVerticalDataSettings withValidationData​(TableVerticalValidationDataSettings validationData)
        Set the validationData property: Validation data inputs.
        Parameters:
        validationData - the validationData value to set.
        Returns:
        the TableVerticalDataSettings object itself.
      • weightColumnName

        public String weightColumnName()
        Get the weightColumnName property: 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.
        Returns:
        the weightColumnName value.
      • withWeightColumnName

        public TableVerticalDataSettings withWeightColumnName​(String weightColumnName)
        Set the weightColumnName property: 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.
        Parameters:
        weightColumnName - the weightColumnName value to set.
        Returns:
        the TableVerticalDataSettings object itself.
      • withTargetColumnName

        public TableVerticalDataSettings withTargetColumnName​(String targetColumnName)
        Set the targetColumnName property: [Required] Target column name: This is prediction values column. Also known as label column name in context of classification tasks.
        Overrides:
        withTargetColumnName in class DataSettings
        Parameters:
        targetColumnName - the targetColumnName value to set.
        Returns:
        the DataSettings object itself.