18 references to GetBinaryClassificationPipeline
Microsoft.ML.Tests (18)
TrainerEstimators\CalibratorEstimators.cs (1)
99var (pipeline, data) = GetBinaryClassificationPipeline();
TrainerEstimators\LbfgsTests.cs (3)
21(IEstimator<ITransformer> pipe, IDataView dataView) = GetBinaryClassificationPipeline(); 61(IEstimator<ITransformer> pipe, IDataView dataView) = GetBinaryClassificationPipeline(); 81(IEstimator<ITransformer> pipe, IDataView dataView) = GetBinaryClassificationPipeline();
TrainerEstimators\SymSgdClassificationTests.cs (2)
19(var pipe, var dataView) = GetBinaryClassificationPipeline(); 33(var pipe, var dataView) = GetBinaryClassificationPipeline();
TrainerEstimators\TrainerEstimators.cs (5)
97(IEstimator<ITransformer> pipe, IDataView dataView) = GetBinaryClassificationPipeline(); 129(IEstimator<ITransformer> pipe, IDataView dataView) = GetBinaryClassificationPipeline(); 171(IEstimator<ITransformer> pipe, IDataView dataView) = GetBinaryClassificationPipeline(); 212/// Same data as <see cref="GetBinaryClassificationPipeline"/>, but with additional 217var (pipeline, data) = GetBinaryClassificationPipeline();
TrainerEstimators\TreeEstimators.cs (7)
39var (pipe, dataView) = GetBinaryClassificationPipeline(); 60var (pipe, dataView) = GetBinaryClassificationPipeline(); 82var (pipe, dataView) = GetBinaryClassificationPipeline(); 107var (pipe, dataView) = GetBinaryClassificationPipeline(); 131var (pipe, dataView) = GetBinaryClassificationPipeline(); 150var (pipe, dataView) = GetBinaryClassificationPipeline(); 987var (pipeline, dataView) = GetBinaryClassificationPipeline();