Skip to content
Snippets Groups Projects
  • Yanbo Liang's avatar
    69b62f76
    [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for Python · 69b62f76
    Yanbo Liang authored
    support ml.NaiveBayes for Python
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #7568 from yanboliang/spark-9214 and squashes the following commits:
    
    5ee3fd6 [Yanbo Liang] fix typos
    3ecd046 [Yanbo Liang] fix typos
    f9c94d1 [Yanbo Liang] change lambda_ to smoothing and fix other issues
    180452a [Yanbo Liang] fix typos
    7dda1f4 [Yanbo Liang] support ml.NaiveBayes for Python
    69b62f76
    History
    [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for Python
    Yanbo Liang authored
    support ml.NaiveBayes for Python
    
    Author: Yanbo Liang <ybliang8@gmail.com>
    
    Closes #7568 from yanboliang/spark-9214 and squashes the following commits:
    
    5ee3fd6 [Yanbo Liang] fix typos
    3ecd046 [Yanbo Liang] fix typos
    f9c94d1 [Yanbo Liang] change lambda_ to smoothing and fix other issues
    180452a [Yanbo Liang] fix typos
    7dda1f4 [Yanbo Liang] support ml.NaiveBayes for Python