wayneguow commented on code in PR #49854:
URL: https://github.com/apache/spark/pull/49854#discussion_r1947464948


##########
mllib/src/main/scala/org/apache/spark/mllib/pmml/export/PMMLModelExport.scala:
##########
@@ -44,6 +44,6 @@ private[mllib] trait PMMLModelExport {
     val header = new Header()
       .setApplication(app)
       .setTimestamp(timestamp)
-    new PMML("4.2", header, null)

Review Comment:
   In fact, in JPMML 1.4.7 version, the PMML standard was updated to 4.3, so it 
should be consistent and changed to 4.3 at that time



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to