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