4 writes to TrainTest
Microsoft.ML.FastTree (4)
FastTreeClassification.cs (1)
265
TrainTest
= new BinaryClassificationTest(ConstructScoreTracker(TrainSet), _trainSetLabels, _sigmoidParameter);
FastTreeRanking.cs (1)
256
TrainTest
= CreateSpecialTrainSetTest();
FastTreeRegression.cs (1)
284
TrainTest
= new RegressionTest(ConstructScoreTracker(TrainSet), FastTreeTrainerOptions.EarlyStoppingMetrics);
FastTreeTweedie.cs (1)
263
TrainTest
= new RegressionTest(ConstructScoreTracker(TrainSet), FastTreeTrainerOptions.EarlyStoppingMetrics);
3 references to TrainTest
Microsoft.ML.FastTree (3)
BoostingFastTree.cs (2)
125
ch.AssertValue(
TrainTest
);
131
var trainingResult =
TrainTest
.ComputeTests().First();
FastTreeClassification.cs (1)
266
Tests.Add(
TrainTest
);