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