PMML
PMML stands for Predictive Model Markup Language. It is an XML-based standard for representing predictive models used in data mining and analytics. PMML enables portable exchange of both data transformations and modeling methods between software tools, supporting deployment in production without bespoke integration code. The standard is maintained by the Data Mining Group and is widely adopted to promote interoperability across platforms.
A PMML document describes a data dictionary using DataField elements, a MiningSchema that maps inputs to model
Because PMML files can be generated by model-building tools and consumed by scoring engines that support PMML,
History and scope: PMML originated in the late 1990s to address model portability. It has evolved through
Adoption and tools: PMML is supported by many analytics platforms and libraries, including R, Python ecosystems,