Skip to content
Snippets Groups Projects
  • Ameet Talwalkar's avatar
    c235b83e
    SPARK-2830 [MLlib]: re-organize mllib documentation · c235b83e
    Ameet Talwalkar authored
    As per discussions with Xiangrui, I've reorganized and edited the mllib documentation.
    
    Author: Ameet Talwalkar <atalwalkar@gmail.com>
    
    Closes #1908 from atalwalkar/master and squashes the following commits:
    
    fe6938a [Ameet Talwalkar] made xiangruis suggested changes
    840028b [Ameet Talwalkar] made xiangruis suggested changes
    7ec366a [Ameet Talwalkar] reorganize and edit mllib documentation
    c235b83e
    History
    SPARK-2830 [MLlib]: re-organize mllib documentation
    Ameet Talwalkar authored
    As per discussions with Xiangrui, I've reorganized and edited the mllib documentation.
    
    Author: Ameet Talwalkar <atalwalkar@gmail.com>
    
    Closes #1908 from atalwalkar/master and squashes the following commits:
    
    fe6938a [Ameet Talwalkar] made xiangruis suggested changes
    840028b [Ameet Talwalkar] made xiangruis suggested changes
    7ec366a [Ameet Talwalkar] reorganize and edit mllib documentation
mllib-classification-regression.md 1.36 KiB
layout: global
title: Classification and Regression - MLlib
displayTitle: <a href="mllib-guide.html">MLlib</a> - Classification and Regression

MLlib supports various methods for binary classification, multiclass classification, and regression analysis. The table below outlines the supported algorithms for each type of problem.

Problem Type Supported Methods
Binary Classification linear SVMs, logistic regression, decision trees, naive Bayes
Multiclass Classification decision trees, naive Bayes
Regression linear least squares, Lasso, ridge regression, decision trees

More details for these methods can be found here: