spark-instrumented-optimizer/docs/_includes/nav-left-wrapper-ml.html
Timothy Hunter 2ecbe02d5b [SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spark.mllib and mllib in the documentation.
Replaces a number of occurences of `MLlib` in the documentation that were meant to refer to the `spark.mllib` package instead. It should clarify for new users the difference between `spark.mllib` (the package) and MLlib (the umbrella project for ML in spark).

It also removes some files that I forgot to delete with #10207

Author: Timothy Hunter <timhunter@databricks.com>

Closes #10234 from thunterdb/12212.
2015-12-10 12:50:46 -08:00

8 lines
320 B
HTML

<div class="left-menu-wrapper">
<div class="left-menu">
<h3><a href="ml-guide.html">spark.ml package</a></h3>
{% include nav-left.html nav=include.nav-ml %}
<h3><a href="mllib-guide.html">spark.mllib package</a></h3>
{% include nav-left.html nav=include.nav-mllib %}
</div>
</div>