Skip to content

Commit a932f51

Browse files
committed
Create mllib-pmml-model-export.md
1 parent ba4f8ca commit a932f51

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/mllib-pmml-model-export.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: global
3+
title: PMML model export - MLlib
4+
displayTitle: <a href="mllib-guide.html">MLlib</a> - PMML model export
5+
---
6+
7+
MLlib supports model export to Predictive Model Markup Language ([PMML](http://en.wikipedia.org/wiki/Predictive_Model_Markup_Language)) format.
8+
The table below outlines the MLlib models that can be exported to PMML and their equivalent PMML format.
9+
10+
<table class="table">
11+
<thead>
12+
<tr><th>MLlib model</th><th>PMML model</th></tr>
13+
</thead>
14+
<tbody>
15+
<tr>
16+
<td>KMeansModel</td><td>ClusteringModel</td>
17+
</tr>
18+
<tr>
19+
<td>LogisticRegressionModel</td><td>RegressionModel</td>
20+
</tr>
21+
<tr>
22+
<td>SVMModel</td><td>RegressionModel</td>
23+
</tr>
24+
</tbody>
25+
</table>

0 commit comments

Comments
 (0)