-
- Downloads
[SPARK-7770] [ML] GBT validationTol change to compare with relative or absolute error
GBT compare ValidateError with tolerance switching between relative and absolute ones, where the former one is relative to the current loss on the training set. Author: Yanbo Liang <ybliang8@gmail.com> Closes #8549 from yanboliang/spark-7770.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/tree/GradientBoostedTrees.scala 2 additions, 1 deletion...la/org/apache/spark/mllib/tree/GradientBoostedTrees.scala
- mllib/src/main/scala/org/apache/spark/mllib/tree/configuration/BoostingStrategy.scala 11 additions, 4 deletions...che/spark/mllib/tree/configuration/BoostingStrategy.scala
Please register or sign in to comment