Table Vertical Featurization Settings Response
data class TableVerticalFeaturizationSettingsResponse(val blockedTransformers: List<String>? = null, val columnNameAndTypes: Map<String, String>? = null, val datasetLanguage: String? = null, val enableDnnFeaturization: Boolean? = null, val mode: String? = null, val transformerParams: Map<String, List<ColumnTransformerResponse>>? = null)
Featurization Configuration.
Constructors
Link copied to clipboard
fun TableVerticalFeaturizationSettingsResponse(blockedTransformers: List<String>? = null, columnNameAndTypes: Map<String, String>? = null, datasetLanguage: String? = null, enableDnnFeaturization: Boolean? = null, mode: String? = null, transformerParams: Map<String, List<ColumnTransformerResponse>>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase. If 'Off' is selected then no featurization is done. If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.