2 references to NewspaperChurnLabel
Microsoft.ML.AutoML.Tests (2)
AutoFeaturizerTests.cs (1)
72var pipeline = context.Auto().Featurizer(dataset, excludeColumns: new[] { DatasetUtil.NewspaperChurnLabel });
DatasetUtil.cs (1)
97var columnInferenceResult = context.Auto().InferColumns(file, NewspaperChurnLabel);