Github user sethah commented on a diff in the pull request:
https://github.com/apache/spark/pull/9008#discussion_r53097743
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala ---
@@ -1171,4 +1173,28 @@ private[ml] object RandomForest extends Logging {
}
}
+ /**
+ * Inject the sample weight to sub-sample weights of the baggedPoints
+ */
+ private[impl] def reweightSubSampleWeights(
--- End diff --
There is a TODO in _BaggedPoint.scala_ for accepting weighted instances.
This might be a good time to address that. If not, we will have to implement
this in this JIRA, fix Bagged Point in another JIRA, and then return to this,
likely in a third JIRA. Thoughts?
---
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]