Skip to content
  • Joseph K. Bradley's avatar
    09da43d5
    [SPARK-13786][ML][PYTHON] Removed save/load for python tuning · 09da43d5
    Joseph K. Bradley authored
    ## What changes were proposed in this pull request?
    
    Per discussion on [https://github.com/apache/spark/pull/12604], this removes ML persistence for Python tuning (TrainValidationSplit, CrossValidator, and their Models) since they do not handle nesting easily.  This support should be re-designed and added in the next release.
    
    ## How was this patch tested?
    
    Removed unit test elements saving and loading the tuning algorithms, but kept tests to save and load their bestModel fields.
    
    Author: Joseph K. Bradley <joseph@databricks.com>
    
    Closes #12782 from jkbradley/remove-python-tuning-saveload.
    09da43d5
    [SPARK-13786][ML][PYTHON] Removed save/load for python tuning
    Joseph K. Bradley authored
    ## What changes were proposed in this pull request?
    
    Per discussion on [https://github.com/apache/spark/pull/12604], this removes ML persistence for Python tuning (TrainValidationSplit, CrossValidator, and their Models) since they do not handle nesting easily.  This support should be re-designed and added in the next release.
    
    ## How was this patch tested?
    
    Removed unit test elements saving and loading the tuning algorithms, but kept tests to save and load their bestModel fields.
    
    Author: Joseph K. Bradley <joseph@databricks.com>
    
    Closes #12782 from jkbradley/remove-python-tuning-saveload.
Loading