You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to save PMML files in R using the save_pmml(myModel, myFilename, version = X.Y) command.
The files are created, but no matter what I put behind "version =", I always get PMML version 4.4 output files.
This looks like a bug to me. Or am I making a mistake?
Best regards,
Will
The text was updated successfully, but these errors were encountered:
Apologies for late response. That is indeed a bug. The latest r-pmml package only exports models to PMML version 4.4.1 (the latest version), so the version parameter in save_pmml() has no bearing on the resulting PMML. We will remove it in a future update.
Dear all,
I tried to save PMML files in R using the save_pmml(myModel, myFilename, version = X.Y) command.
The files are created, but no matter what I put behind "version =", I always get PMML version 4.4 output files.
This looks like a bug to me. Or am I making a mistake?
Best regards,
Will
The text was updated successfully, but these errors were encountered: