From 2ecbe02d5b28ee562d10c1735244b90a08532c9e Mon Sep 17 00:00:00 2001 From: Timothy Hunter Date: Thu, 10 Dec 2015 12:50:46 -0800 Subject: [SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spark.mllib and mllib in the documentation. Replaces a number of occurences of `MLlib` in the documentation that were meant to refer to the `spark.mllib` package instead. It should clarify for new users the difference between `spark.mllib` (the package) and MLlib (the umbrella project for ML in spark). It also removes some files that I forgot to delete with #10207 Author: Timothy Hunter Closes #10234 from thunterdb/12212. --- docs/mllib-migration-guides.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/mllib-migration-guides.md') diff --git a/docs/mllib-migration-guides.md b/docs/mllib-migration-guides.md index 774b85d1f7..73e4fddf67 100644 --- a/docs/mllib-migration-guides.md +++ b/docs/mllib-migration-guides.md @@ -1,7 +1,7 @@ --- layout: global -title: Old Migration Guides - MLlib -displayTitle: MLlib - Old Migration Guides +title: Old Migration Guides - spark.mllib +displayTitle: Old Migration Guides - spark.mllib description: MLlib migration guides from before Spark SPARK_VERSION_SHORT --- -- cgit v1.2.3