GitHub user BryanCutler opened a pull request:
https://github.com/apache/spark/pull/17296
[SPARK-19953][ML] Random Forest Models use parent UID when being fit
## What changes were proposed in this pull request?
The ML `RandomForestClassificationModel` and `RandomForestRegressionModel`
were not using the estimator parent UID when being fit. This change fixes that
so the models can be properly be identified with their parents.
## How was this patch tested?
Existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BryanCutler/spark
rfmodels-use-parent-uid-SPARK-19953
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17296.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 #17296
----
commit a801ef976c99f12f13eee0b88a818566cfbe49e7
Author: Bryan Cutler <[email protected]>
Date: 2017-03-14T21:50:49Z
changed creation of Random Forest Models to use parent UID when being fit
----
---
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]