Predictive Model Markup Language is an XML-based markup language developed to provide a way for applications to define and share models.
1
vote
0answers
52 views
Reducing size of PMML DataDictionary and MiningSchema elements
The DataDictionary and MiningSchema elements for a PMML model requires quite a bit of metadata for each field. With sparse, high dimensional data these could each be many times larger than either the ...
2
votes
0answers
256 views
Java support for PMML
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 ...
0
votes
2answers
461 views
Examples of wrapping open source machine learning software in PMML?
Does anyone know of examples of wrapping an existing piece of supervised learning software to output models in PMML format? Of particular interest are learners that just take in labeled vectors of ...
2
votes
1answer
165 views
Is there a way to represent datasets using Predictive Model Markup Language?
This seems like a dumb question, but does PMML have a way to represent a data set? And if not, why not? There's detailed support for defining the name, type, and legal values of each feature that ...