GitHub user sethah opened a pull request:

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

    [SPARK-12379][ML][MLLIB] Copy GBT implementation to spark.ml

    Currently, GBTs in spark.ml wrap the implementation in spark.mllib. This is 
preventing several improvements to GBTs in spark.ml, so we need to move the 
implementation to ml and use spark.ml decision trees in the implementation. At 
first, we should make minimal changes to the implementation.
    Performance testing should be done to ensure there were no regressions.
    
    TODO: Ensure performance tests are sufficient to show no regressions.

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

    $ git pull https://github.com/sethah/spark SPARK-12379

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

    https://github.com/apache/spark/pull/10607.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 #10607
    
----
commit 92203739dd4f9ad3b41a16803ed3a14a8c3c45c9
Author: sethah <[email protected]>
Date:   2015-11-05T22:01:21Z

    copying GBT implementation to spark.ml

commit c1e12e05b5096d1758f1c9cb53e7f96051ec9e68
Author: sethah <[email protected]>
Date:   2015-11-06T00:31:53Z

    changing scopes and cleaning up

commit ffec5745f7ecda530a33523660367ad8d9ec1ac4
Author: sethah <[email protected]>
Date:   2015-11-06T20:54:02Z

    minor changes

commit d915548c9ee0b2dad87fe827896867b846decd2f
Author: sethah <[email protected]>
Date:   2015-12-14T22:29:59Z

    minor cleanup

commit aca59960020a1c9e49ed53202c88f3794b2e68ee
Author: sethah <[email protected]>
Date:   2016-01-05T21:41:59Z

    removing since annotations

commit d57b93824e679cde5d1abaa361cac89e932d951a
Author: sethah <[email protected]>
Date:   2016-01-05T22:35:19Z

    style fixes

commit b2490e95ec801b43cc2e3534945d6586e6da7bf3
Author: sethah <[email protected]>
Date:   2016-01-05T22:37:39Z

    removing unused imports

----


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