aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordobashim <dobashim@oss.nttdata.co.jp>2015-04-20 00:03:23 -0400
committerSean Owen <sowen@cloudera.com>2015-04-20 00:03:23 -0400
commit6fe690d5a8216ba7efde4b52e7a19fb00814341c (patch)
treefc108f5f15b2d566c72039e707c3555465277415 /docs
parentc776ee8a6fdcdc463746a815b7686e4e33a874a9 (diff)
downloadspark-6fe690d5a8216ba7efde4b52e7a19fb00814341c.tar.gz
spark-6fe690d5a8216ba7efde4b52e7a19fb00814341c.tar.bz2
spark-6fe690d5a8216ba7efde4b52e7a19fb00814341c.zip
[doc][mllib] Fix typo of the page title in Isotonic regression documents
* Fix the page title in Isotonic regression documents (Naive Bayes -> Isotonic regression) * Add a newline character at the end of the file Author: dobashim <dobashim@oss.nttdata.co.jp> Closes #5581 from dobashim/master and squashes the following commits: d54a041 [dobashim] Fix typo of the page title in Isotonic regression documents
Diffstat (limited to 'docs')
-rw-r--r--docs/mllib-isotonic-regression.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mllib-isotonic-regression.md b/docs/mllib-isotonic-regression.md
index 12fb29d426..b521c2f27c 100644
--- a/docs/mllib-isotonic-regression.md
+++ b/docs/mllib-isotonic-regression.md
@@ -1,6 +1,6 @@
---
layout: global
-title: Naive Bayes - MLlib
+title: Isotonic regression - MLlib
displayTitle: <a href="mllib-guide.html">MLlib</a> - Regression
---
@@ -152,4 +152,4 @@ Double meanSquaredError = new JavaDoubleRDD(predictionAndLabel.map(
System.out.println("Mean Squared Error = " + meanSquaredError);
{% endhighlight %}
</div>
-</div> \ No newline at end of file
+</div>