3 references to IsKey
Microsoft.ML.AutoML (3)
TransformInference\TransformInference.cs (2)
185
if (!col.Type.
IsKey
())
230
if (column.Purpose == ColumnPurpose.GroupId && !column.Type.
IsKey
())
TransformInference\TransformPostTrainerInference.cs (1)
35
if (!labelColumn.Type.
IsKey
())