Predictive Model Markup Language

"PMML" redirects here. For the Chicago institution, see Pritzker Military Museum & Library.

The Predictive Model Markup Language (PMML) is an XML-based file format developed by the Data Mining Group to provide a way for applications to describe and exchange models produced by data mining and machine learning algorithms. It supports common models such as logistic regression and feedforward neural networks.

Since PMML is an XML-based standard, the specification comes in the form of an XML schema.

PMML Components

A PMML file can be described by the following components:[1][2]

This information is then followed by three kinds of neural layers which specify the architecture of the neural network model being represented in the PMML document. These attributes are NeuralInputs, NeuralLayer, and NeuralOutputs. Besides neural networks, PMML allows for the representation of many other types of models including support vector machines, association rules, Naive Bayes classifier, clustering models, text models, decision trees, and different regression models.

PMML 4.0, 4.1 and 4.2

PMML 4.0 was released on June 16, 2009.[3][4][5]

Examples of new features included:

PMML 4.1 was released on December 31, 2011.[6][7]

New features included:

The latest version of PMML, 4.2, was released on February 28, 2014. [8][9]

New features include:

Release history

Version Release date
Version 0.7July 1997
Version 0.9July 1998
Version 1.0August 1999
Version 1.1August 2000
Version 2.0August 2001
Version 2.1March 2003
Version 3.0October 2004
Version 3.1December 2005
Version 3.2May 2007
Version 4.0June 2009
Version 4.1December 2011
Version 4.2February 2014

Data Mining Group

The Data Mining Group is a consortium managed by the Center for Computational Science Research, Inc., a nonprofit founded in 2008.[10]

References

External links