On the representation and reuse of machine learning models
1. The document discusses representing machine learning models in a generic way so they can be stored, shared, and deployed across different platforms and applications.
2. It proposes using the Predictive Model Markup Language (PMML) as a standard way to represent models that allows for "train once, deploy anywhere".
3. PMML provides a balance between being a generic representation that can be understood by any system, while also supporting more specific representations tailored to particular use cases or systems.
Related topics: