This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Commit ca3e892
[SPARK-18608][ML][FOLLOWUP] Fix double caching for PySpark OneVsRest.
## What changes were proposed in this pull request?
apache#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 apache#19220 from yanboliang/SPARK-18608.
(cherry picked from commit c76153c)
Signed-off-by: Yanbo Liang <ybliang8@gmail.com>1 parent 296223a commit ca3e892
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1576 | 1576 | | |
1577 | 1577 | | |
1578 | 1578 | | |
1579 | | - | |
1580 | | - | |
| 1579 | + | |
1581 | 1580 | | |
1582 | 1581 | | |
1583 | 1582 | | |
| |||
1690 | 1689 | | |
1691 | 1690 | | |
1692 | 1691 | | |
1693 | | - | |
1694 | | - | |
| 1692 | + | |
1695 | 1693 | | |
1696 | 1694 | | |
1697 | 1695 | | |
| |||
0 commit comments