GitHub user MechCoder opened a pull request:

    https://github.com/apache/spark/pull/13650

    [SPARK-9623] [ML] Provide variance for RandomForestRegressor predictions

    ## What changes were proposed in this pull request?
    It is useful to get the variance of predictions from the 
`RandomForestRegressor` to plot confidence intervals on the predictions. I 
verified the formula from page 17 of this paper 
(http://arxiv.org/pdf/1211.0906v2.pdf)
    
    ## How was this patch tested?
    I added a couple of tests to the RandomForestRegression test suite.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MechCoder/spark random_forest_var

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13650.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13650
    
----
commit 75254c91cf8d9c2f3638a3f9b1cfd5c029e10996
Author: MechCoder <mks...@nyu.edu>
Date:   2016-06-09T18:22:53Z

    [SPARK-9623] [ML] Provide variance for RandomForestRegressor predictions

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to