You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-20506][DOCS] Add HTML links to highlight list in MLlib guide for 2.2
Quick follow up to #17996 - forgot to add the HTML links to the relevant sections of the guide in the highlights list.
## How was this patch tested?
Built docs locally and tested links.
Author: Nick Pentreath <[email protected]>
Closes#18043 from MLnick/SPARK-20506-2.2-migration-guide-2.
Copy file name to clipboardExpand all lines: docs/ml-guide.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,21 +71,24 @@ To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4
71
71
The list below highlights some of the new features and enhancements added to MLlib in the `2.2`
72
72
release of Spark:
73
73
74
-
*`ALS` methods for _top-k_ recommendations for all users or items, matching the functionality
75
-
in `mllib` ([SPARK-19535](https://issues.apache.org/jira/browse/SPARK-19535)). Performance
76
-
was also improved for both `ml` and `mllib`
74
+
*[`ALS`](ml-collaborative-filtering.html) methods for _top-k_ recommendations for all
75
+
users or items, matching the functionality in `mllib`
0 commit comments