ColumnInformation.SamplingKeyColumnName Property
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.
Gets or sets the dataset column to use for grouping rows.
public string SamplingKeyColumnName { get; set; }
member this.SamplingKeyColumnName : string with get, set
Public Property SamplingKeyColumnName As String
Property Value
Remarks
If two examples share the same sampling key column name, they are guaranteed to appear in the same subset (train or test). This can be used to ensure no label leakage from the train to the test set. If null
, no row grouping will be performed.