This is a 15 minute presentation I gave at a Meetup of "Write/Speak/Code" group on March 26, 2019. Predictive model deployment is a very important part of the overall Machine Learning process, and can be difficult because model building and deployment are often done by different teams, using different environments, etc.
PMML, PFA, and ONNX are three open standards that help to solve the problem.
PMML is more than 20 years old, based on XML, and widely used for traditional machine learning. PFA is newer, JSON-based, attracts interest. ONNX was released in 2017 by Microsoft and Facebook for deep learning models, is now worked on by many companies, supports most DL frameworks, adding traditional ML.