ColumnInferenceResults.ColumnInformation Property

Definition

Information about the inferred columns in the dataset.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)]
public Microsoft.ML.AutoML.ColumnInformation ColumnInformation { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)>]
member this.ColumnInformation : Microsoft.ML.AutoML.ColumnInformation
Public ReadOnly Property ColumnInformation As ColumnInformation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Contains the inferred purposes of each column. See ColumnInformation for more details.

This can be fed to the AutoML API when running an experiment. See for example.

Applies to