5 references to FastTreeBinary
Microsoft.ML.AutoML (4)
EstimatorType.cs (1)
64
case EstimatorType.
FastTreeBinary
:
FastTreeBinary.cs (2)
20
this.EstimatorType = EstimatorType.
FastTreeBinary
;
25
this.EstimatorType = EstimatorType.
FastTreeBinary
;
Tuner\PipelineProposer.cs (1)
66
{ EstimatorType.
FastTreeBinary
, 3.701 },
Microsoft.ML.AutoML.Tests (1)
SweepableEstimatorPipelineTest.cs (1)
79
var e5 = new SweepableEstimator(CodeGen.EstimatorType.
FastTreeBinary
);