Skip to content

Commit 2731375

Browse files
committed
Update mllib-pmml-model-export.md
1 parent 680dc33 commit 2731375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mllib-pmml-model-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The table below outlines the MLlib models that can be exported to PMML and their
3434
<td>SVMModel</td><td>RegressionModel (functionName="classification" normalizationMethod="none")</td>
3535
</tr>
3636
<tr>
37-
<td>LogisticRegressionModel</td><td>RegressionModel (functionName="classification" normalizationMethod="logit")</td>
37+
<td>Binary LogisticRegressionModel</td><td>RegressionModel (functionName="classification" normalizationMethod="logit")</td>
3838
</tr>
3939
</tbody>
4040
</table>

0 commit comments

Comments
 (0)