Skip to content
Snippets Groups Projects
Commit 6fe690d5 authored by dobashim's avatar dobashim Committed by Sean Owen
Browse files

[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
parent c776ee8a
No related branches found
No related tags found
No related merge requests found
---
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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment