Skip to content
Snippets Groups Projects
  • Jason Lee's avatar
    bfda0999
    [SPARK-14768][ML][PYSPARK] removed expectedType from Param __init__() · bfda0999
    Jason Lee authored
    ## What changes were proposed in this pull request?
    Removed expectedType arg from PySpark Param __init__, as suggested by the JIRA.
    
    ## How was this patch tested?
    Manually looked through all places that use Param. Compiled and ran all ML PySpark test cases before and after the fix.
    
    Author: Jason Lee <cjlee@us.ibm.com>
    
    Closes #12581 from jasoncl/SPARK-14768.
    bfda0999
    History
    [SPARK-14768][ML][PYSPARK] removed expectedType from Param __init__()
    Jason Lee authored
    ## What changes were proposed in this pull request?
    Removed expectedType arg from PySpark Param __init__, as suggested by the JIRA.
    
    ## How was this patch tested?
    Manually looked through all places that use Param. Compiled and ran all ML PySpark test cases before and after the fix.
    
    Author: Jason Lee <cjlee@us.ibm.com>
    
    Closes #12581 from jasoncl/SPARK-14768.
__init__.py 16.11 KiB