12 references to SweepableEstimator
Microsoft.ML.AutoML (1)
SweepableEstimator\Converter\SweepableEstimatorConverter.cs (1)
21var estimator = new SweepableEstimator(estimatorType);
Microsoft.ML.AutoML.Tests (11)
SweepableEstimatorPipelineTest.cs (11)
47var e1 = new SweepableEstimator(CodeGen.EstimatorType.Concatenate); 48var e2 = new SweepableEstimator(CodeGen.EstimatorType.ConvertType); 59var e1 = new SweepableEstimator(CodeGen.EstimatorType.Concatenate); 60var e2 = new SweepableEstimator(CodeGen.EstimatorType.ConvertType); 61var e3 = new SweepableEstimator(CodeGen.EstimatorType.ApplyOnnxModel); 62var e4 = new SweepableEstimator(CodeGen.EstimatorType.LightGbmBinary); 75var e1 = new SweepableEstimator(CodeGen.EstimatorType.Concatenate); 76var e2 = new SweepableEstimator(CodeGen.EstimatorType.ConvertType); 77var e3 = new SweepableEstimator(CodeGen.EstimatorType.ApplyOnnxModel); 78var e4 = new SweepableEstimator(CodeGen.EstimatorType.LightGbmBinary); 79var e5 = new SweepableEstimator(CodeGen.EstimatorType.FastTreeBinary);