8 references to PrintTrainValidGraph
Microsoft.ML.FastTree (8)
FastTreeRanking.cs (2)
260if (FastTreeTrainerOptions.PrintTrainValidGraph && FastTreeTrainerOptions.EnablePruning && _specialTrainSetTest == null) 464if (FastTreeTrainerOptions.PrintTrainValidGraph)
FastTreeRegression.cs (3)
274if (FastTreeTrainerOptions.PrintTrainValidGraph && _trainRegressionTest == null) 280if (FastTreeTrainerOptions.PrintTrainValidGraph && _testRegressionTest == null && TestSets != null && TestSets.Length > 0) 341if (FastTreeTrainerOptions.PrintTrainValidGraph)
FastTreeTweedie.cs (3)
253if (FastTreeTrainerOptions.PrintTrainValidGraph && _trainRegressionTest == null) 259if (FastTreeTrainerOptions.PrintTrainValidGraph && _testRegressionTest == null && TestSets != null && TestSets.Length > 0) 285if (FastTreeTrainerOptions.PrintTrainValidGraph)