Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/10207#discussion_r47006683
--- Diff: docs/mllib-guide.md ---
@@ -66,15 +66,18 @@ We list major functionality from both below, with links
to detailed guides.
# spark.ml: high-level APIs for ML pipelines
-**[spark.ml programming guide](ml-guide.html)** provides an overview of
the Pipelines API and major
-concepts. It also contains sections on using algorithms within the
Pipelines API, for example:
-
-* [Feature extraction, transformation, and selection](ml-features.html)
+* [Overview: estimators, transformers and pipelines](ml-intro.html)
+* [Building and transforming features](ml-features.html)
+* [Classification and regression](ml-classification-regression.html)
* [Clustering](ml-clustering.html)
-* [Decision trees for classification and regression](ml-decision-tree.html)
-* [Ensembles](ml-ensembles.html)
-* [Linear methods with elastic net regularization](ml-linear-methods.html)
-* [Multilayer perceptron classifier](ml-ann.html)
+* [Advanced topics](ml-advanced.html)
+
+Some techniques are not available yet in spark.ml, most notably:
+ - clustering
--- End diff --
remove this & next line (no longer true)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]