Skip to content
  • Nick Pentreath's avatar
    90fa2c6e
    [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALS · 90fa2c6e
    Nick Pentreath authored
    `mllib` `ALS` supports `setIntermediateRDDStorageLevel` and `setFinalRDDStorageLevel`. This PR adds these as Params in `ml` `ALS`. They are put in group **expertParam** since few users will need them.
    
    ## How was this patch tested?
    
    New test cases in `ALSSuite` and `tests.py`.
    
    cc yanboliang jkbradley sethah rishabhbhardwaj
    
    Author: Nick Pentreath <nickp@za.ibm.com>
    
    Closes #12660 from MLnick/SPARK-14412-als-storage-params.
    90fa2c6e
    [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALS
    Nick Pentreath authored
    `mllib` `ALS` supports `setIntermediateRDDStorageLevel` and `setFinalRDDStorageLevel`. This PR adds these as Params in `ml` `ALS`. They are put in group **expertParam** since few users will need them.
    
    ## How was this patch tested?
    
    New test cases in `ALSSuite` and `tests.py`.
    
    cc yanboliang jkbradley sethah rishabhbhardwaj
    
    Author: Nick Pentreath <nickp@za.ibm.com>
    
    Closes #12660 from MLnick/SPARK-14412-als-storage-params.
Loading