Skip to content
  • wm624@hotmail.com's avatar
    5d4dafe8
    [SPARK-15449][MLLIB][EXAMPLE] Wrong Data Format - Documentation Issue · 5d4dafe8
    wm624@hotmail.com authored
    ## What changes were proposed in this pull request?
    
    (Please fill in changes proposed in this fix)
    In the MLLib naivebayes example, scala and python example doesn't use libsvm data, but Java does.
    
    I make changes in scala and python example to use the libsvm data as the same as Java example.
    
    ## How was this patch tested?
    
    Manual tests
    
    Author: wm624@hotmail.com <wm624@hotmail.com>
    
    Closes #13301 from wangmiao1981/example.
    5d4dafe8
    [SPARK-15449][MLLIB][EXAMPLE] Wrong Data Format - Documentation Issue
    wm624@hotmail.com authored
    ## What changes were proposed in this pull request?
    
    (Please fill in changes proposed in this fix)
    In the MLLib naivebayes example, scala and python example doesn't use libsvm data, but Java does.
    
    I make changes in scala and python example to use the libsvm data as the same as Java example.
    
    ## How was this patch tested?
    
    Manual tests
    
    Author: wm624@hotmail.com <wm624@hotmail.com>
    
    Closes #13301 from wangmiao1981/example.
Loading