[ https://issues.apache.org/jira/browse/SPARK-29093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean R. Owen updated SPARK-29093: --------------------------------- Docs Text: In Spark 3.0, {{pyspark.ml.param.shared.Has*}} mixins do not provide any {{set*(self, value)}} setter methods anymore, use the respective {{self.set(self.*, value)}} instead. See SPARK-29093 for details. Labels: release-notes (was: ) > Remove automatically generated param setters in _shared_params_code_gen.py > -------------------------------------------------------------------------- > > Key: SPARK-29093 > URL: https://issues.apache.org/jira/browse/SPARK-29093 > Project: Spark > Issue Type: Sub-task > Components: ML, PySpark > Affects Versions: 3.0.0 > Reporter: zhengruifeng > Assignee: Huaxin Gao > Priority: Major > Labels: release-notes > Fix For: 3.0.0 > > > 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. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org