Github user feynmanliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/8752#discussion_r39461489
--- Diff: docs/ml-guide.md ---
@@ -32,7 +32,18 @@ See the [algorithm guides](#algorithm-guides) section
below for guides on sub-pa
* This will become a table of contents (this text will be scraped).
{:toc}
-# Main concepts
+# Algorithm guides
+
+We provide several algorithm guides specific to the Pipelines API.
+Several of these algorithms, such as certain feature transformers, are not
in the `spark.mllib` API.
+
+* [Feature extraction, transformation, and selection](ml-features.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)
--- End diff --
Not sure if we should include model summaries in this description; I had a
mailing list question about where that feature is documented
---
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]