Commit c76153c
committed
[SPARK-18608][ML][FOLLOWUP] Fix double caching for PySpark OneVsRest.
## 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 <[email protected]>
Closes #19220 from yanboliang/SPARK-18608.1 parent 66cb72d commit c76153c
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1773 | 1773 | | |
1774 | 1774 | | |
1775 | 1775 | | |
1776 | | - | |
1777 | | - | |
| 1776 | + | |
1778 | 1777 | | |
1779 | 1778 | | |
1780 | 1779 | | |
| |||
1928 | 1927 | | |
1929 | 1928 | | |
1930 | 1929 | | |
1931 | | - | |
1932 | | - | |
| 1930 | + | |
1933 | 1931 | | |
1934 | 1932 | | |
1935 | 1933 | | |
| |||
0 commit comments