14 references to Featurizer
Microsoft.ML.AutoML.Samples (1)
Microsoft.ML.AutoML.Tests (13)
AutoMLExperimentTests.cs (9)
105var pipeline = context.Auto().Featurizer(data, "_Features_", excludeColumns: new[] { DatasetUtil.UciAdultLabel })
222var pipeline = context.Auto().Featurizer(data, "_Features_", excludeColumns: new[] { DatasetUtil.UciAdultLabel })
247var pipeline = context.Auto().Featurizer(data, "_Features_", excludeColumns: new[] { DatasetUtil.UciAdultLabel })
272var pipeline = context.Auto().Featurizer(data, "_Features_", excludeColumns: new[] { DatasetUtil.UciAdultLabel })
298var pipeline = context.Auto().Featurizer(data, excludeColumns: new[] { label })
325var pipeline = context.Auto().Featurizer(data, excludeColumns: new[] { label })
353var pipeline = context.Auto().Featurizer(train, excludeColumns: new[] { label })
383var pipeline = context.Auto().Featurizer(train, excludeColumns: new[] { label })
402var pipeline = context.Auto().Featurizer(train, excludeColumns: new[] { label })