Huaxin Gao created SPARK-29867: ---------------------------------- Summary: 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
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