Repository: spark Updated Branches: refs/heads/branch-1.3 1526f9c29 -> 9909ad3e0
[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 (cherry picked from commit 6fe690d5a8216ba7efde4b52e7a19fb00814341c) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9909ad3e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9909ad3e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9909ad3e Branch: refs/heads/branch-1.3 Commit: 9909ad3e0812998695774148802576ece2a52cb6 Parents: 1526f9c Author: dobashim <[email protected]> Authored: Mon Apr 20 00:03:23 2015 -0400 Committer: Sean Owen <[email protected]> Committed: Mon Apr 20 00:04:21 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/9909ad3e/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]
