-
- Downloads
[SPARK-14817][ML][MLLIB][DOC] Made DataFrame-based API primary in MLlib guide
## What changes were proposed in this pull request? Made DataFrame-based API primary * Spark doc menu bar and other places now link to ml-guide.html, not mllib-guide.html * mllib-guide.html keeps RDD-specific list of features, with a link at the top redirecting people to ml-guide.html * ml-guide.html includes a "maintenance mode" announcement about the RDD-based API * **Reviewers: please check this carefully** * (minor) Titles for DF API no longer include "- spark.ml" suffix. Titles for RDD API have "- RDD-based API" suffix * Moved migration guide to ml-guide from mllib-guide * Also moved past guides from mllib-migration-guides to ml-migration-guides, with a redirect link on mllib-migration-guides * **Reviewers**: I did not change any of the content of the migration guides. Reorganized DataFrame-based guide: * ml-guide.html mimics the old mllib-guide.html page in terms of content: overview, migration guide, etc. * Moved Pipeline description into ml-pipeline.html and moved tuning into ml-tuning.html * **Reviewers**: I did not change the content of these guides, except some intro text. * Sidebar remains the same, but with pipeline and tuning sections added Other: * ml-classification-regression.html: Moved text about linear methods to new section in page ## How was this patch tested? Generated docs locally Author: Joseph K. Bradley <joseph@databricks.com> Closes #14213 from jkbradley/ml-guide-2.0.
Showing
- docs/_data/menu-ml.yaml 4 additions, 2 deletionsdocs/_data/menu-ml.yaml
- docs/_includes/nav-left-wrapper-ml.html 2 additions, 2 deletionsdocs/_includes/nav-left-wrapper-ml.html
- docs/_layouts/global.html 1 addition, 1 deletiondocs/_layouts/global.html
- docs/index.md 2 additions, 2 deletionsdocs/index.md
- docs/ml-advanced.md 2 additions, 2 deletionsdocs/ml-advanced.md
- docs/ml-ann.md 2 additions, 2 deletionsdocs/ml-ann.md
- docs/ml-classification-regression.md 32 additions, 28 deletionsdocs/ml-classification-regression.md
- docs/ml-clustering.md 5 additions, 3 deletionsdocs/ml-clustering.md
- docs/ml-collaborative-filtering.md 2 additions, 2 deletionsdocs/ml-collaborative-filtering.md
- docs/ml-decision-tree.md 2 additions, 2 deletionsdocs/ml-decision-tree.md
- docs/ml-ensembles.md 2 additions, 2 deletionsdocs/ml-ensembles.md
- docs/ml-features.md 2 additions, 2 deletionsdocs/ml-features.md
- docs/ml-guide.md 176 additions, 285 deletionsdocs/ml-guide.md
- docs/ml-linear-methods.md 2 additions, 2 deletionsdocs/ml-linear-methods.md
- docs/ml-migration-guides.md 159 additions, 0 deletionsdocs/ml-migration-guides.md
- docs/ml-pipeline.md 245 additions, 0 deletionsdocs/ml-pipeline.md
- docs/ml-survival-regression.md 2 additions, 2 deletionsdocs/ml-survival-regression.md
- docs/ml-tuning.md 121 additions, 0 deletionsdocs/ml-tuning.md
- docs/mllib-classification-regression.md 2 additions, 2 deletionsdocs/mllib-classification-regression.md
- docs/mllib-clustering.md 2 additions, 2 deletionsdocs/mllib-clustering.md
Loading
Please register or sign in to comment