Skip to content

Commit be846db

Browse files
author
Nick Pentreath
committed
[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.
1 parent 06dda1d commit be846db

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/ml-guide.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,24 @@ To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4
7171
The list below highlights some of the new features and enhancements added to MLlib in the `2.2`
7272
release of Spark:
7373

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`
76+
([SPARK-19535](https://issues.apache.org/jira/browse/SPARK-19535)).
77+
Performance was also improved for both `ml` and `mllib`
7778
([SPARK-11968](https://issues.apache.org/jira/browse/SPARK-11968) and
7879
[SPARK-20587](https://issues.apache.org/jira/browse/SPARK-20587))
79-
* `Correlation` and `ChiSquareTest` stats functions for `DataFrames`
80+
* [`Correlation`](ml-statistics.html#correlation) and
81+
[`ChiSquareTest`](ml-statistics.html#hypothesis-testing) stats functions for `DataFrames`
8082
([SPARK-19636](https://issues.apache.org/jira/browse/SPARK-19636) and
8183
[SPARK-19635](https://issues.apache.org/jira/browse/SPARK-19635))
82-
* `FPGrowth` algorithm for frequent pattern mining
84+
* [`FPGrowth`](ml-frequent-pattern-mining.html#fp-growth) algorithm for frequent pattern mining
8385
([SPARK-14503](https://issues.apache.org/jira/browse/SPARK-14503))
8486
* `GLM` now supports the full `Tweedie` family
8587
([SPARK-18929](https://issues.apache.org/jira/browse/SPARK-18929))
86-
* `Imputer` feature transformer to impute missing values in a dataset
88+
* [`Imputer`](ml-features.html#imputer) feature transformer to impute missing values in a dataset
8789
([SPARK-13568](https://issues.apache.org/jira/browse/SPARK-13568))
88-
* `LinearSVC` for linear Support Vector Machine classification
90+
* [`LinearSVC`](ml-classification-regression.html#linear-support-vector-machine)
91+
for linear Support Vector Machine classification
8992
([SPARK-14709](https://issues.apache.org/jira/browse/SPARK-14709))
9093
* Logistic regression now supports constraints on the coefficients during training
9194
([SPARK-20047](https://issues.apache.org/jira/browse/SPARK-20047))

0 commit comments

Comments
 (0)