-
- Downloads
[SPARK-5974] [SPARK-5980] [mllib] [python] [docs] Update ML guide with save/load, Python GBT
* 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 Author: Joseph K. Bradley <joseph@databricks.com> Closes #4750 from jkbradley/SPARK-5974 and squashes the following commits: c410e38 [Joseph K. Bradley] Added note to LabeledPoint about attributes bcae18b [Joseph K. Bradley] Added import of models for save/load examples in ml guide. Fixed line length for tree.py, feature.py (but not other ML Pyspark files yet). 6d81c3e [Joseph K. Bradley] completed python GBT examples 9903309 [Joseph K. Bradley] Added note to python docs about predict,transform not working within RDD actions,transformations in some cases c7dfad8 [Joseph K. Bradley] Added model save/load to ML guide. Added GBT examples to ML guide
Showing
- docs/mllib-classification-regression.md 6 additions, 3 deletionsdocs/mllib-classification-regression.md
- docs/mllib-collaborative-filtering.md 9 additions, 0 deletionsdocs/mllib-collaborative-filtering.md
- docs/mllib-decision-tree.md 20 additions, 0 deletionsdocs/mllib-decision-tree.md
- docs/mllib-ensembles.md 92 additions, 2 deletionsdocs/mllib-ensembles.md
- docs/mllib-linear-methods.md 19 additions, 2 deletionsdocs/mllib-linear-methods.md
- docs/mllib-naive-bayes.md 9 additions, 1 deletiondocs/mllib-naive-bayes.md
- python/pyspark/mllib/feature.py 42 additions, 25 deletionspython/pyspark/mllib/feature.py
- python/pyspark/mllib/regression.py 5 additions, 2 deletionspython/pyspark/mllib/regression.py
- python/pyspark/mllib/tree.py 94 additions, 62 deletionspython/pyspark/mllib/tree.py
Loading
Please register or sign in to comment