Skip to content
Snippets Groups Projects
  • Joseph K. Bradley's avatar
    d20559b1
    [SPARK-5974] [SPARK-5980] [mllib] [python] [docs] Update ML guide with save/load, Python GBT · d20559b1
    Joseph K. Bradley authored
    * 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
    d20559b1
    History
    [SPARK-5974] [SPARK-5980] [mllib] [python] [docs] Update ML guide with save/load, Python GBT
    Joseph K. Bradley authored
    * 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