-
- Downloads
[SPARK-5094][MLlib] Add Python API for Gradient Boosted Trees
This PR is implementing the Gradient Boosted Trees for Python API. Author: Kazuki Taniguchi <kazuki.t.1018@gmail.com> Closes #3951 from kazk1018/gbt_for_py and squashes the following commits: 620d247 [Kazuki Taniguchi] [SPARK-5094][MLlib] Add Python API for Gradient Boosted Trees
Showing
- examples/src/main/python/mllib/gradient_boosted_trees.py 76 additions, 0 deletionsexamples/src/main/python/mllib/gradient_boosted_trees.py
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 33 additions, 3 deletions...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- python/pyspark/mllib/tests.py 34 additions, 7 deletionspython/pyspark/mllib/tests.py
- python/pyspark/mllib/tree.py 175 additions, 46 deletionspython/pyspark/mllib/tree.py
Loading
Please register or sign in to comment