I am new in PMML, Predictive Model Markup Language and I was wondering if there is some kind of Java support (Open Source / professional) for creating/parsing PMML files.
Initially I only have in mind the possibility of creating/parsing PMML files programatically from Java environments.
I have been "googling" and I have found several possibilities:
- Open source
jpmml
from PMML 3.2. - JDM's
javax.datamining
, however it seems dead... Does someone have more info? - Professional library Zementis.
- Use an XML Java library and build DIY parser/writer of PMML files.
I appreciate all your opinions.
Thanks in advance
Oscar