imatiach-msft commented on issue #21632: [SPARK-19591][ML][MLlib] Add sample weights to decision trees URL: https://github.com/apache/spark/pull/21632#issuecomment-458404664 @srowen thanks for the quick response, I've created a follow-up PR here: https://github.com/apache/spark/pull/23682 In testing I've found the tolerance: val tolerance = Utils.EPSILON * unweightedNumSamples * 100 to be good enough, not sure if I need to make it larger
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
