GitHub user jkbradley opened a pull request:
https://github.com/apache/spark/pull/4750
[SPARK-5974] [SPARK-5980] [mllib] [python] [docs]
* Add GradientBoostedTrees Python examples to ML guide
* I ran these in the pyspark shell, and they worked.
* Add save/load to examples in ML guide
* Added note to python docs about predict,transform not working within RDD
actions,transformations in some cases (See SPARK-5981)
CC: @mengxr
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkbradley/spark SPARK-5974
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4750.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 #4750
----
commit c7dfad84560b28dac2c0c2f77c1e0ae90b2d2043
Author: Joseph K. Bradley <[email protected]>
Date: 2015-02-24T22:11:26Z
Added model save/load to ML guide. Added GBT examples to ML guide
commit 990330965c0d24ca3d6bbeae07964cebff75b7ce
Author: Joseph K. Bradley <[email protected]>
Date: 2015-02-24T22:26:51Z
Added note to python docs about predict,transform not working within RDD
actions,transformations in some cases
commit 6d81c3e25a23da9dc5c2b6f24c629d7599d3b6d6
Author: Joseph K. Bradley <[email protected]>
Date: 2015-02-24T22:45:20Z
completed python GBT examples
----
---
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]