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