Skip to content
  • GayathriMurali's avatar
    27e1f388
    [SPARK-13034] PySpark ml.classification support export/import · 27e1f388
    GayathriMurali authored
    ## What changes were proposed in this pull request?
    
    Add export/import for all estimators and transformers(which have Scala implementation) under pyspark/ml/classification.py.
    
    ## How was this patch tested?
    
    ./python/run-tests
    ./dev/lint-python
    Unit tests added to check persistence in Logistic Regression
    
    Author: GayathriMurali <gayathri.m.softie@gmail.com>
    
    Closes #11707 from GayathriMurali/SPARK-13034.
    27e1f388
    [SPARK-13034] PySpark ml.classification support export/import
    GayathriMurali authored
    ## What changes were proposed in this pull request?
    
    Add export/import for all estimators and transformers(which have Scala implementation) under pyspark/ml/classification.py.
    
    ## How was this patch tested?
    
    ./python/run-tests
    ./dev/lint-python
    Unit tests added to check persistence in Logistic Regression
    
    Author: GayathriMurali <gayathri.m.softie@gmail.com>
    
    Closes #11707 from GayathriMurali/SPARK-13034.
Loading