ITableVerticalFeaturizationSettings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TableVerticalFeaturizationSettingsTypeConverter))]
public interface ITableVerticalFeaturizationSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturizationSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TableVerticalFeaturizationSettingsTypeConverter))>]
type ITableVerticalFeaturizationSettings = interface
interface IJsonSerializable
interface IFeaturizationSettings
Public Interface ITableVerticalFeaturizationSettings
Implements IFeaturizationSettings
- Derived
- Attributes
- Implements
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. (Inherited from IFeaturizationSettings) |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |