You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Burak Yavuz (JIRA)" <ji...@apache.org> on 2015/05/06 02:45:59 UTC

[jira] [Created] (SPARK-7388) Python Api for Param[Array[T]]

Burak Yavuz created SPARK-7388:
----------------------------------

             Summary: Python Api for Param[Array[T]]
                 Key: SPARK-7388
                 URL: https://issues.apache.org/jira/browse/SPARK-7388
             Project: Spark
          Issue Type: Sub-task
          Components: ML
            Reporter: Burak Yavuz
            Priority: Blocker


Python can't set Array[T] type params, because py4j casts a list to an ArrayList. Instead of Param[Array[T]], we sill have a ArrayParam[T] which can take a Seq[T].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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