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/06 18:19:00 UTC

[jira] [Created] (SPARK-24477) Import submodules under pyspark.ml by default

Xiangrui Meng created SPARK-24477:
-------------------------------------

             Summary: Import submodules under pyspark.ml by default
                 Key: SPARK-24477
                 URL: https://issues.apache.org/jira/browse/SPARK-24477
             Project: Spark
          Issue Type: Improvement
          Components: ML, PySpark
    Affects Versions: 2.4.0
            Reporter: Xiangrui Meng


Right now, we do not import submodules under pyspark.ml by default. So users cannot do

{code}
from pyspark import ml
kmeans = ml.clustering.KMeans(...)
{code}

I create this JIRA to discuss if we should import the submodules by default. It will change behavior of

{code}
from pyspark.ml import *
{code}

cc [~hyukjin.kwon]



--
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