Skip to content

Commit

Permalink
[doc][mllib] Fix typo of the page title in Isotonic regression documents
Browse files Browse the repository at this point in the history
* 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

(cherry picked from commit 6fe690d)
Signed-off-by: Sean Owen <sowen@cloudera.com>
  • Loading branch information
dobashim authored and srowen committed Apr 20, 2015
1 parent 1526f9c commit 9909ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mllib-isotonic-regression.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: global
title: Naive Bayes - MLlib
title: Isotonic regression - MLlib
displayTitle: <a href="mllib-guide.html">MLlib</a> - Regression
---

Expand Down Expand Up @@ -152,4 +152,4 @@ Double meanSquaredError = new JavaDoubleRDD(predictionAndLabel.map(
System.out.println("Mean Squared Error = " + meanSquaredError);
{% endhighlight %}
</div>
</div>
</div>

0 comments on commit 9909ad3

Please sign in to comment.