[ https://issues.apache.org/jira/browse/SPARK-29867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Huaxin Gao updated SPARK-29867: ------------------------------- Description: In Python ML Models, some of them have ___repr____, others don't. In the doctest, when calling Model.setXXX, some of the Models print out the xxxModel... correctly, some of them can't because of lacking the ____repr___ method. This Jira addresses this issue. (was: In Python ML Models, some of them have __repr__, others don't. In the doctest, when calling Model.setXXX, some of the Models print out the xxxModel... correctly, some of them can't because of lacking the __repr__ method. This Jira addresses this issue. ) > add __repr__ in Python ML Models > -------------------------------- > > Key: SPARK-29867 > URL: https://issues.apache.org/jira/browse/SPARK-29867 > Project: Spark > Issue Type: Improvement > Components: ML, PySpark > Affects Versions: 3.0.0 > Reporter: Huaxin Gao > Priority: Minor > > In Python ML Models, some of them have ___repr____, others don't. In the > doctest, when calling Model.setXXX, some of the Models print out the > xxxModel... correctly, some of them can't because of lacking the ____repr___ > method. This Jira addresses this issue. -- 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