Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMML version cannot be chosen #7

Closed
WilliamShakesBeer opened this issue Aug 24, 2021 · 1 comment
Closed

PMML version cannot be chosen #7

WilliamShakesBeer opened this issue Aug 24, 2021 · 1 comment

Comments

@WilliamShakesBeer
Copy link

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

@dbolotov
Copy link
Contributor

Hello,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants