Skip to content

Commit 3005dc2

Browse files
committed
Adding logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.
1 parent 4e5220c commit 3005dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mllib-classification-regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the supported algorithms for each type of problem.
2020
<td>Binary Classification</td><td>linear SVMs, logistic regression, decision trees, random forests, gradient-boosted trees, naive Bayes</td>
2121
</tr>
2222
<tr>
23-
<td>Multiclass Classification</td><td>decision trees, random forests, naive Bayes</td>
23+
<td>Multiclass Classification</td><td>logistic regression, decision trees, random forests, naive Bayes</td>
2424
</tr>
2525
<tr>
2626
<td>Regression</td><td>linear least squares, Lasso, ridge regression, decision trees, random forests, gradient-boosted trees, isotonic regression</td>

0 commit comments

Comments
 (0)