Megosztás a következőn keresztül:


ColumnInformation.SamplingKeyColumnName Property

Definition

The dataset column to use for grouping rows. 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.

public string SamplingKeyColumnName { get; set; }
member this.SamplingKeyColumnName : string with get, set
Public Property SamplingKeyColumnName As String

Property Value

Applies to