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