Skip to content

Commit 6fe690d

Browse files
dobashimsrowen
authored andcommitted
[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 <[email protected]> Closes apache#5581 from dobashim/master and squashes the following commits: d54a041 [dobashim] Fix typo of the page title in Isotonic regression documents
1 parent c776ee8 commit 6fe690d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mllib-isotonic-regression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: global
3-
title: Naive Bayes - MLlib
3+
title: Isotonic regression - MLlib
44
displayTitle: <a href="mllib-guide.html">MLlib</a> - Regression
55
---
66

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

0 commit comments

Comments
 (0)