https://github.com/apache/spark
Revision e1c5f90c700d844aa56c211e53eb75d0aa99b9ad authored by Sean Owen on 18 August 2022, 05:23:52 UTC, committed by Sean Owen on 18 August 2022, 05:24:00 UTC
### What changes were proposed in this pull request?

Restore rawPredictionCol to MultilayerPerceptronClassifier.setParams

### Why are the changes needed?

This param was inadvertently removed in the refactoring in https://github.com/apache/spark/commit/40cdb6d51c2befcfeac8fb5cf5faf178d1a5ee7b#r81473316
Without it, using this param in the constructor fails.

### Does this PR introduce _any_ user-facing change?

Not aside from the bug fix.

### How was this patch tested?

Existing tests.

Closes #37561 from srowen/SPARK-40132.

Authored-by: Sean Owen <srowen@gmail.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
(cherry picked from commit 6768d9cc38a320f7e1c6781afcd170577c5c7d0f)
Signed-off-by: Sean Owen <srowen@gmail.com>
1 parent 1a01a49
History
Tip revision: e1c5f90c700d844aa56c211e53eb75d0aa99b9ad authored by Sean Owen on 18 August 2022, 05:23:52 UTC
[SPARK-40132][ML] Restore rawPredictionCol to MultilayerPerceptronClassifier.setParams
Tip revision: e1c5f90

README.md

back to top