MLlib - 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: