File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments