Skip to content

Commit 33d856d

Browse files
committed
Revert "[SPARK-11689][ML] Add user guide and example code for LDA under spark.ml"
This reverts commit 92d3563.
1 parent 285e401 commit 33d856d

File tree

5 files changed

+1
-204
lines changed

5 files changed

+1
-204
lines changed

docs/ml-clustering.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/ml-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Also, some algorithms have additional capabilities in the `spark.ml` API; e.g.,
4040
provide class probabilities, and linear models provide model summaries.
4141

4242
* [Feature extraction, transformation, and selection](ml-features.html)
43-
* [Clustering](ml-clustering.html)
4443
* [Decision Trees for classification and regression](ml-decision-tree.html)
4544
* [Ensembles](ml-ensembles.html)
4645
* [Linear methods with elastic net regularization](ml-linear-methods.html)
@@ -951,4 +950,4 @@ model.transform(test)
951950
{% endhighlight %}
952951
</div>
953952

954-
</div>
953+
</div>

docs/mllib-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ We list major functionality from both below, with links to detailed guides.
6969
concepts. It also contains sections on using algorithms within the Pipelines API, for example:
7070

7171
* [Feature extraction, transformation, and selection](ml-features.html)
72-
* [Clustering](ml-clustering.html)
7372
* [Decision trees for classification and regression](ml-decision-tree.html)
7473
* [Ensembles](ml-ensembles.html)
7574
* [Linear methods with elastic net regularization](ml-linear-methods.html)

examples/src/main/java/org/apache/spark/examples/ml/JavaLDAExample.java

Lines changed: 0 additions & 94 deletions
This file was deleted.

examples/src/main/scala/org/apache/spark/examples/ml/LDAExample.scala

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)