GitHub user mengxr opened a pull request:

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

    [WIP][SPARK-1594] Cleaning up MLlib APIs and guide

    Final pass before the v1.0 release.
    
    * Remove `VectorRDDs`
    * Move `BinaryClassificationMetrics` from `evaluation.binary` to 
`evaluation`
    * Mark main methods experimental
    * Change default value of `addIntercept` to false and allow to add 
intercept in Ridge and Lasso.
    * Clean `DecisionTree` package doc and test suite.
    * ...

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

    $ git pull https://github.com/mengxr/spark mllib-cleaning

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

    https://github.com/apache/spark/pull/524.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 #524
    
----
commit 1c1a0e394f2a7587f80cad68d9a873faa20f8e8d
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-23T21:52:01Z

    remove VectorRDDs because it only contains one function that is not 
necessary for us to maintain

commit 9194f4cb6b8d7cdfdf825b5d15e8cf5a8a134046
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-23T22:04:01Z

    move BinaryClassificationMetrics one level up

commit a2695dfafa3b0225117317a6ea0fafc3e719fc32
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-23T22:05:07Z

    update guide for BinaryClassificationMetrics

commit c66c56ff11c8bd09c30e845d3b99202207fd0f83
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-23T22:30:32Z

    move tree md to package object doc

commit 5285174f76f1dabab688dd0a47c7a3a79b310721
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-23T22:38:43Z

    mark main methods experimental

commit 4366c3b0acbe1ac2a94b7624a60faee7f5e91ee4
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-23T23:10:32Z

    allow to add intercept in Ridge and Lasso

commit 3d08bbac308e840753611118f96f34c1a7b869e1
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-24T01:35:26Z

    set the default value of AddIntercept to false

commit a7768d0885485bc48fdf7f9acaad9d02c0b83df5
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-24T02:06:42Z

    clean DecisionTreeSuite to use LocalSparkContext

commit 26d407b269846da1bfc6dd5325b38b0053cbb3a1
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-24T03:05:33Z

    move BinaryLabelCounter and BinaryConfusionMatrixImpl to evaluation.binary

----


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

Reply via email to