2 writes to PruningTest
Microsoft.ML.FastTree (2)
GamClassification.cs (1)
169PruningTest = new TestHistory(validTest, PruningLossIndex);
GamRegression.cs (1)
122PruningTest = new TestHistory(validTest, PruningLossIndex);
5 references to PruningTest
Microsoft.ML.FastTree (5)
GamTrainer.cs (5)
427if (GamTrainerOptions.EnablePruning && PruningTest != null) 430var finalResult = PruningTest.ComputeTests().ToArray()[PruningLossIndex]; 433if (PruningTest != null) 435bestIteration = PruningTest.BestIteration; 436bestLoss = PruningTest.BestResult.FinalValue;