1 write to Tests
Microsoft.ML.FastTree (1)
FastTree.cs (1)
183
Tests
= new List<Test>();
15 references to Tests
Microsoft.ML.FastTree (15)
FastTree.cs (3)
59
/// <see cref="
Tests
"/> by calling <see cref="ExamplesToFastTreeBins.GetCompatibleDataset"/> in <see cref="InitializeTests"/>.
73
/// converted into <see cref="
Tests
"/> for efficient model evaluation.
803
foreach (var t in
Tests
)
FastTreeClassification.cs (3)
266
Tests
.Add(TrainTest);
272
Tests
.Add(ValidTest);
282
Tests
.Add(new BinaryClassificationTest(ConstructScoreTracker(TestSets[t]), labels, _sigmoidParameter));
FastTreeRanking.cs (3)
282
Tests
.Add(CreateStandardTest(TrainSet));
287
Tests
.Add(test);
298
Tests
.Add(test);
FastTreeRegression.cs (3)
212
Tests
.Add(new RegressionTest(ConstructScoreTracker(TrainSet)));
217
Tests
.Add(validTest);
225
Tests
.Add(new RegressionTest(ConstructScoreTracker(TestSets[t])));
FastTreeTweedie.cs (3)
218
Tests
.Add(new RegressionTest(ConstructScoreTracker(TrainSet)));
223
Tests
.Add(validTest);
231
Tests
.Add(new RegressionTest(ConstructScoreTracker(TestSets[t])));