1 instantiation of ModelInput
Microsoft.ML.Tests (1)
Transformers\KeyToVectorEstimatorTests.cs (1)
242
yield return new
ModelInput
{ Label = i % 3, ProblematicColumn = (i % 200).ToString() };
1 reference to ModelInput
Microsoft.ML.Tests (1)
Transformers\KeyToVectorEstimatorTests.cs (1)
238
static IEnumerable<
ModelInput
> GetData()