Description
Currently, this implementation of random forest does not support sample (instance) weights. Weights are important when there is imbalanced training data or the evaluation metric of a classifier is imbalanced (e.g. true positive rate at some false positive threshold). Sample weights generalize class weights, so this could be used to add class weights later on.
Attachments
Issue Links
- duplicates
-
SPARK-19591 Add sample weights to decision trees
- Resolved
- is blocked by
-
SPARK-19591 Add sample weights to decision trees
- Resolved
-
SPARK-14599 BaggedPoint should support weighted instances.
- Resolved
- Is contained by
-
SPARK-14046 RandomForest improvement umbrella
- Resolved
- relates to
-
SPARK-9610 Class and instance weighting for ML
- Resolved
- links to