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