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 <[email protected]> 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 <[email protected]> Authored: Mon Apr 20 00:03:23 2015 -0400 Committer: Sean Owen <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
