You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Huaxin Gao (Jira)" <ji...@apache.org> on 2019/11/12 21:23:00 UTC

[jira] [Created] (SPARK-29867) add __repr__ in Python ML Models

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org