GitHub user mengxr opened a pull request:

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

    [SPARK-7748] [MLLIB] Graduate spark.ml from alpha

    With descent coverage of feature transformers, algorithms, and model tuning 
support, it is time to graduate `spark.ml` from alpha. This PR changes all 
`AlphaComponent` annotations to either `DeveloperApi` or `Experimental`, 
depending on whether we expect a class/method to be used by end users (who use 
the pipeline API to assemble/tune their ML pipelines but not to create new 
pipeline components.)
    
    @jkbradley @harsha2010

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

    $ git pull https://github.com/mengxr/spark SPARK-7748

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

    https://github.com/apache/spark/pull/6417.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 #6417
    
----
commit 83572f166f9aa667120c28f4c5097dd9b558197b
Author: Xiangrui Meng <[email protected]>
Date:   2015-05-26T17:02:21Z

    add Experimental and DeveloperApi tags (wip)

commit 55ca073e15dc3b25b391d2a828331d428f03f8a9
Author: Xiangrui Meng <[email protected]>
Date:   2015-05-26T18:53:22Z

    alpha -> ex/dev in ml.feature

commit 93819dbcb0ed8dff023e716f371f129daaeb947a
Author: Xiangrui Meng <[email protected]>
Date:   2015-05-26T18:57:03Z

    alpha -> ex/dev in ml.param

commit 73ca7913511eb5dc2c96be63c478bf61387c982e
Author: Xiangrui Meng <[email protected]>
Date:   2015-05-26T19:07:45Z

    alpha -> ex/dev for the rest

commit 1b2e5f8440a55a74dc68270d4f9c7b82f565a0db
Author: Xiangrui Meng <[email protected]>
Date:   2015-05-26T19:08:56Z

    update package doc

commit c15028eb73b3f5211d92b9a1926c8890c7db76ec
Author: Xiangrui Meng <[email protected]>
Date:   2015-05-26T19:25:43Z

    added missing docs

----


---
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]

Reply via email to