Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
2.3.0
-
None
Description
In a random forest model, it is often useful to be able to keep track of which samples ended up in each of the bootstrap replications (and how many times this happened). For instance, in the R randomForest package this is accomplished through the option keep.inbag=TRUE
Similar functionality in Spark ML's random forest would be helpful
Attachments
Issue Links
- Is contained by
-
SPARK-14046 RandomForest improvement umbrella
- Resolved