Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
Description
The main difference between scala and py sides come from the automatically generated param setter in _shared_params_code_gen.py.
To make them in sync, we should remove those setters in shared.py, and add the corresponding setters manually.
Attachments
Issue Links
- is blocked by
-
SPARK-28985 Pyspark ClassificationModel and RegressionModel support column setters/getters/predict
-
- Resolved
-
-
SPARK-29116 Refactor py classes related to DecisionTree
-
- Resolved
-
-
SPARK-29142 Pyspark clustering models support column setters/getters/predict
-
- Resolved
-
-
SPARK-29143 Pyspark feature models support column setters/getters
-
- Resolved
-
- relates to
-
SPARK-31853 Mention removal of params mixins setter in migration guide
-
- Resolved
-
- links to