You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/04/20 06:04:14 UTC

spark git commit: [doc][mllib] Fix typo of the page title in Isotonic regression documents

Repository: spark
Updated Branches:
  refs/heads/master c776ee8a6 -> 6fe690d5a


[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 <do...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6fe690d5
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6fe690d5
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6fe690d5

Branch: refs/heads/master
Commit: 6fe690d5a8216ba7efde4b52e7a19fb00814341c
Parents: c776ee8
Author: dobashim <do...@oss.nttdata.co.jp>
Authored: Mon Apr 20 00:03:23 2015 -0400
Committer: Sean Owen <so...@cloudera.com>
Committed: Mon Apr 20 00:03:23 2015 -0400

----------------------------------------------------------------------
 docs/mllib-isotonic-regression.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6fe690d5/docs/mllib-isotonic-regression.md
----------------------------------------------------------------------
diff --git a/docs/mllib-isotonic-regression.md b/docs/mllib-isotonic-regression.md
index 12fb29d..b521c2f 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org