-
- Downloads
[SPARK-8511] [PYSPARK] Modify a test to remove a saved model in `regression.py`
[[SPARK-8511] Modify a test to remove a saved model in `regression.py` - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-8511) Author: Yu ISHIKAWA <yuu.ishikawa@gmail.com> Closes #6926 from yu-iskw/SPARK-8511 and squashes the following commits: 7cd0948 [Yu ISHIKAWA] Use `shutil.rmtree()` to temporary directories for saving model testings, instead of `os.removedirs()` 4a01c9e [Yu ISHIKAWA] [SPARK-8511][pyspark] Modify a test to remove a saved model in `regression.py`
Showing
- python/pyspark/mllib/classification.py 6 additions, 3 deletionspython/pyspark/mllib/classification.py
- python/pyspark/mllib/clustering.py 2 additions, 1 deletionpython/pyspark/mllib/clustering.py
- python/pyspark/mllib/recommendation.py 2 additions, 1 deletionpython/pyspark/mllib/recommendation.py
- python/pyspark/mllib/regression.py 9 additions, 5 deletionspython/pyspark/mllib/regression.py
- python/pyspark/mllib/tests.py 2 additions, 1 deletionpython/pyspark/mllib/tests.py
Loading
Please register or sign in to comment