5 references to UseTolerantPruning
Microsoft.ML.FastTree (5)
BoostingFastTree.cs (1)
57
if (FastTreeTrainerOptions.
UseTolerantPruning
&& (!FastTreeTrainerOptions.EnablePruning || !HasValidSet))
FastTreeClassification.cs (1)
288
if (!FastTreeTrainerOptions.
UseTolerantPruning
)
FastTreeRanking.cs (1)
267
if (!FastTreeTrainerOptions.
UseTolerantPruning
)
FastTreeRegression.cs (1)
290
if (FastTreeTrainerOptions.
UseTolerantPruning
) // Use simple early stopping condition.
FastTreeTweedie.cs (1)
269
if (FastTreeTrainerOptions.
UseTolerantPruning
) // Use simple early stopping condition.