Skip to content

Commit c866fb8

Browse files
committed
Update mllib-pmml-model-export.md
1 parent 1beda98 commit c866fb8

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
@@ -60,7 +60,7 @@ val numIterations = 20
6060
val clusters = KMeans.train(parsedData, numClusters, numIterations)
6161

6262
// Export to PMML
63-
println("PMML export = " + clusters.toPMML)
63+
println("PMML Model:\n" + clusters.toPMML)
6464
{% endhighlight %}
6565

6666
As well as exporting the PMML model to a String (`model.toPMML` as in the example above), you can export the PMML model to other formats:

0 commit comments

Comments
 (0)