Seth Hendrickson created SPARK-14104:
----------------------------------------

             Summary: All Python param setters should use the `_set` method.
                 Key: SPARK-14104
                 URL: https://issues.apache.org/jira/browse/SPARK-14104
             Project: Spark
          Issue Type: Improvement
          Components: ML, PySpark
            Reporter: Seth Hendrickson
            Priority: Minor


[SPARK-13068|https://issues.apache.org/jira/browse/SPARK-13068] added type 
conversions and checking for Python ML params. The type checking happens in the 
{{_set}} method of params. However, some param setters modify the {{_paramMap}} 
directly and circumvent type checking. All param updates should happen through 
the {{_set}} method to ensure proper type conversion.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to