Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.0.2
-
None
Description
The LogisticRegression and LinearRegression models support training with a weight column, but the corresponding evaluators do not support computing metrics using those weights. This breaks model selection using CrossValidator.
Attachments
Issue Links
- is a parent of
-
SPARK-24101 MulticlassClassificationEvaluator should use sample weight data
- Resolved
-
SPARK-24102 RegressionEvaluator should use sample weight data
- Resolved
-
SPARK-24103 BinaryClassificationEvaluator should use sample weight data
- Resolved
- relates to
-
SPARK-11520 RegressionMetrics should support instance weights
- Resolved
- links to