Seth Hendrickson created SPARK-13047:
----------------------------------------

             Summary: Pyspark Params.hasParam should not throw an error
                 Key: SPARK-13047
                 URL: https://issues.apache.org/jira/browse/SPARK-13047
             Project: Spark
          Issue Type: Bug
          Components: ML, PySpark
            Reporter: Seth Hendrickson
            Priority: Minor


Pyspark {{Params}} class has a method {{hasParam(paramName)}} which returns 
True if the class has a parameter by that name, but throws an 
{{AttributeError}} otherwise. There is not currently a way of getting a Boolean 
to indicate if a class has a parameter. With Spark 2.0 we could modify the 
existing behavior of {{hasParam}} or add an additional method with this 
functionality.



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