TableVerticalFeaturizationSettings Class

Definition

Featurization Configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TableVerticalFeaturizationSettingsTypeConverter))]
public class TableVerticalFeaturizationSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettings, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TableVerticalFeaturizationSettingsTypeConverter))>]
type TableVerticalFeaturizationSettings = class
    interface ITableVerticalFeaturizationSettings
    interface IJsonSerializable
    interface IFeaturizationSettings
    interface IValidates
Public Class TableVerticalFeaturizationSettings
Implements ITableVerticalFeaturizationSettings, IValidates
Inheritance
TableVerticalFeaturizationSettings
Attributes
Implements

Constructors

TableVerticalFeaturizationSettings()

Creates an new TableVerticalFeaturizationSettings instance.

Properties

BlockedTransformer

These transformers shall not be used in featurization.

ColumnNameAndType

Dictionary of column name and its type (int, float, string, datetime etc).

DatasetLanguage

Dataset language, useful for the text data.

EnableDnnFeaturization

Determines whether to use Dnn based featurizers for data featurization.

Mode

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.

TransformerParam

User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TableVerticalFeaturizationSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TableVerticalFeaturizationSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettings.

FromJsonString(String)

Creates a new instance of TableVerticalFeaturizationSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TableVerticalFeaturizationSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to