You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2018/06/01 23:45:00 UTC

[jira] [Created] (SPARK-24454) ml.image doesn't have default imports

Xiangrui Meng created SPARK-24454:
-------------------------------------

             Summary: ml.image doesn't have default imports
                 Key: SPARK-24454
                 URL: https://issues.apache.org/jira/browse/SPARK-24454
             Project: Spark
          Issue Type: Bug
          Components: ML, PySpark
    Affects Versions: 2.3.0
            Reporter: Xiangrui Meng


{code:java}
from pyspark import ml
ml.clustering
ml.image{code}

The ml.image line will fail because we don't have __all__ defined there. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org