jpmml / r2pmml

R library for converting R models to PMML
GNU Affero General Public License v3.0
73 stars 18 forks source link

pmml version control #21

Closed LeZhengThu closed 7 years ago

LeZhengThu commented 7 years ago

Hi, I've noticed that the package can convert r model to pmml 4.3. Now my platform can only support pmml 4.1. Therefore I wonder if I can convert r model to pmml 4.1 instead of 4.3? Thanks.

vruusmann commented 7 years ago

Now my platform can only support pmml 4.1.

You should upgrade your platform.

If you don't want to upgrade your platform, then you can use older versions (some 1.2.X or 1.3.X version?) of the pmml package to convert your R models to PMML.