Tagged Questions
0
votes
2answers
473 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
166 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 ...