We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680dc33 commit 2731375Copy full SHA for 2731375
docs/mllib-pmml-model-export.md
@@ -34,7 +34,7 @@ The table below outlines the MLlib models that can be exported to PMML and their
34
<td>SVMModel</td><td>RegressionModel (functionName="classification" normalizationMethod="none")</td>
35
</tr>
36
<tr>
37
- <td>LogisticRegressionModel</td><td>RegressionModel (functionName="classification" normalizationMethod="logit")</td>
+ <td>Binary LogisticRegressionModel</td><td>RegressionModel (functionName="classification" normalizationMethod="logit")</td>
38
39
</tbody>
40
</table>
0 commit comments