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