Skip to content
Snippets Groups Projects
  • Zheng RuiFeng's avatar
    8beae591
    [SPARK-15149][EXAMPLE][DOC] update kmeans example · 8beae591
    Zheng RuiFeng authored
    ## What changes were proposed in this pull request?
    Python example for ml.kmeans already exists, but not included in user guide.
    1,small changes like: `example_on` `example_off`
    2,add it to user guide
    3,update examples to directly read datafile
    
    ## How was this patch tested?
    manual tests
    `./bin/spark-submit examples/src/main/python/ml/kmeans_example.py
    
    Author: Zheng RuiFeng <ruifengz@foxmail.com>
    
    Closes #12925 from zhengruifeng/km_pe.
    8beae591
    History
    [SPARK-15149][EXAMPLE][DOC] update kmeans example
    Zheng RuiFeng authored
    ## What changes were proposed in this pull request?
    Python example for ml.kmeans already exists, but not included in user guide.
    1,small changes like: `example_on` `example_off`
    2,add it to user guide
    3,update examples to directly read datafile
    
    ## How was this patch tested?
    manual tests
    `./bin/spark-submit examples/src/main/python/ml/kmeans_example.py
    
    Author: Zheng RuiFeng <ruifengz@foxmail.com>
    
    Closes #12925 from zhengruifeng/km_pe.