GitHub user jkbradley opened a pull request:

    https://github.com/apache/spark/pull/14213

    [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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jkbradley/spark ml-guide-2.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/14213.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14213
    
----
commit 00c9941b7c113afc1d7ab2a59b50c208f46e0cc9
Author: Joseph K. Bradley <jos...@databricks.com>
Date:   2016-07-15T01:18:36Z

    Reorganized MLlib Programming Guide to make DataFrame-based API the primary 
API

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to