GitHub user felixcheung opened a pull request:
https://github.com/apache/spark/pull/15638
[SPARK-18110][PYTHON] add missing parameter in Python for RandomForest
regression and classification
## What changes were proposed in this pull request?
Add subsmaplingRate to randomForestClassifier
Add varianceCol to randomForestRegressor
In Python
## How was this patch tested?
manual tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/felixcheung/spark pyrandomforest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15638.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 #15638
----
commit e734e01034b1fa4d3e3b3e48e7b233cd4008a40e
Author: Felix Cheung <[email protected]>
Date: 2016-10-26T05:02:51Z
add parameters for randomforest
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]