You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2014/09/03 20:33:52 UTC

[jira] [Created] (SPARK-3380) DecisionTree: overflow and precision in aggregation

Joseph K. Bradley created SPARK-3380:
----------------------------------------

             Summary: DecisionTree: overflow and precision in aggregation
                 Key: SPARK-3380
                 URL: https://issues.apache.org/jira/browse/SPARK-3380
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
    Affects Versions: 1.1.0
            Reporter: Joseph K. Bradley


DecisionTree does not check for overflows or loss of precision while aggregating sufficient statistics (binAggregates).  It uses Double, which may be a problem for DecisionTree regression since the variance calculation could blow up.  At the least, it could check for overflow and renormalize as needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org