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

Reply via email to