Description
https://issues.apache.org/jira/browse/SPARK-37398 inlined type hints in Pyspark ML's classification.py but inadvertently removed the parameter rawPredictionCol from MultilayerPerceptronClassifier's setParams. This causes its constructor to fail when this param is set in the constructor, as it isn't recognized by setParams, called by the constructor.
Attachments
Issue Links
- is caused by
-
SPARK-37398 Inline type hints for python/pyspark/ml/classification.py
- Resolved
- links to