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