2 references to ImagePathFeaturizer
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
852pipeline = pipeline.Append(this.ImagePathFeaturizer(imagePathColumn, imagePathColumn));
Microsoft.ML.AutoML.Tests (1)
AutoFeaturizerTests.cs (1)
95var pipeline = context.Auto().ImagePathFeaturizer("imagePath", "imagePath");