14 references to EarlyStoppingMetric
Microsoft.ML.FastTree (9)
FastTreeArguments.cs (9)
79
private
EarlyStoppingMetric
_earlyStoppingMetric;
85
public
EarlyStoppingMetric
EarlyStoppingMetric
104
EarlyStoppingMetric =
EarlyStoppingMetric
.L1Norm;
125
private
EarlyStoppingMetric
_earlyStoppingMetric;
130
public
EarlyStoppingMetric
EarlyStoppingMetric
148
EarlyStoppingMetric =
EarlyStoppingMetric
.L1Norm; // Use L1 by default.
183
private
EarlyStoppingMetric
_earlyStoppingMetric;
189
public
EarlyStoppingMetric
EarlyStoppingMetric
207
EarlyStoppingMetric =
EarlyStoppingMetric
.L1Norm; // Use L1 by default.
Microsoft.ML.IntegrationTests (1)
Validation.cs (1)
124
EarlyStoppingMetric =
EarlyStoppingMetric
.L2Norm,
Microsoft.ML.Samples (4)
Dynamic\Trainers\BinaryClassification\FastTreeWithOptions.cs (1)
34
EarlyStoppingMetric =
EarlyStoppingMetric
.L2Norm,
Dynamic\Trainers\Regression\FastTreeTweedieWithOptions.cs (1)
37
Microsoft.ML.Trainers.FastTree.
EarlyStoppingMetric
.L2Norm,
Dynamic\Trainers\Regression\FastTreeWithOptions.cs (1)
38
Microsoft.ML.Trainers.FastTree.
EarlyStoppingMetric
.L2Norm,
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
49
EarlyStoppingMetric =
EarlyStoppingMetric
.L2Norm,