https://github.com/apache/spark
Revision 51e5a821dcaa1d5f529afafc88cb8cfb4ad48e09 authored by Yanbo Liang on 14 September 2017, 06:09:44 UTC, committed by Yanbo Liang on 14 September 2017, 06:10:10 UTC
## What changes were proposed in this pull request?
#19197 fixed double caching for MLlib algorithms, but missed PySpark ```OneVsRest```, this PR fixed it.

## How was this patch tested?
Existing tests.

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #19220 from yanboliang/SPARK-18608.

(cherry picked from commit c76153cc7dd25b8de5266fe119095066be7f78f5)
Signed-off-by: Yanbo Liang <ybliang8@gmail.com>
1 parent 3a692e3
History
Tip revision: 51e5a821dcaa1d5f529afafc88cb8cfb4ad48e09 authored by Yanbo Liang on 14 September 2017, 06:09:44 UTC
[SPARK-18608][ML][FOLLOWUP] Fix double caching for PySpark OneVsRest.
Tip revision: 51e5a82

README.md

back to top