-
- Downloads
SPARK-1727. Correct small compile errors, typos, and markdown issues in (primarly) MLlib docs
While play-testing the Scala and Java code examples in the MLlib docs, I noticed a number of small compile errors, and some typos. This led to finding and fixing a few similar items in other docs. Then in the course of building the site docs to check the result, I found a few small suggestions for the build instructions. I also found a few more formatting and markdown issues uncovered when I accidentally used maruku instead of kramdown. Author: Sean Owen <sowen@cloudera.com> Closes #653 from srowen/SPARK-1727 and squashes the following commits: 6e7c38a [Sean Owen] Final doc updates - one more compile error, and use of mean instead of sum and count 8f5e847 [Sean Owen] Fix markdown syntax issues that maruku flags, even though we use kramdown (but only those that do not affect kramdown's output) 99966a9 [Sean Owen] Update issue tracker URL in docs 23c9ac3 [Sean Owen] Add Scala Naive Bayes example, to use existing example data file (whose format needed a tweak) 8c81982 [Sean Owen] Fix small compile errors and typos across MLlib docs
Showing
- docs/README.md 5 additions, 4 deletionsdocs/README.md
- docs/_config.yml 1 addition, 1 deletiondocs/_config.yml
- docs/bagel-programming-guide.md 1 addition, 1 deletiondocs/bagel-programming-guide.md
- docs/cluster-overview.md 1 addition, 1 deletiondocs/cluster-overview.md
- docs/configuration.md 5 additions, 5 deletionsdocs/configuration.md
- docs/java-programming-guide.md 10 additions, 10 deletionsdocs/java-programming-guide.md
- docs/mllib-basics.md 9 additions, 5 deletionsdocs/mllib-basics.md
- docs/mllib-clustering.md 2 additions, 2 deletionsdocs/mllib-clustering.md
- docs/mllib-collaborative-filtering.md 1 addition, 1 deletiondocs/mllib-collaborative-filtering.md
- docs/mllib-decision-tree.md 4 additions, 4 deletionsdocs/mllib-decision-tree.md
- docs/mllib-dimensionality-reduction.md 7 additions, 0 deletionsdocs/mllib-dimensionality-reduction.md
- docs/mllib-guide.md 1 addition, 1 deletiondocs/mllib-guide.md
- docs/mllib-linear-methods.md 7 additions, 6 deletionsdocs/mllib-linear-methods.md
- docs/mllib-naive-bayes.md 32 additions, 16 deletionsdocs/mllib-naive-bayes.md
- docs/scala-programming-guide.md 4 additions, 5 deletionsdocs/scala-programming-guide.md
- docs/sql-programming-guide.md 1 addition, 0 deletionsdocs/sql-programming-guide.md
- mllib/data/sample_naive_bayes_data.txt 6 additions, 6 deletionsmllib/data/sample_naive_bayes_data.txt
Loading
Please register or sign in to comment